diff --git a/src/App.vue b/src/App.vue
index ebfaf85ee..4b94e1e4f 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -241,7 +241,7 @@ export default {
.selectPopClass {
border: none !important;
background: linear-gradient(180deg, #05326e 0%, #032a5d 100%) !important;
- .el-autocomplete-suggestion li{
+ &.el-autocomplete-suggestion li{
color: #fff!important;
&:hover {
background: rgba(#409eff, .5)!important;
diff --git a/src/assets/scss/dataBoard/overview/index.scss b/src/assets/scss/dataBoard/overview/index.scss
index 6954bd99c..7ba10c566 100644
--- a/src/assets/scss/dataBoard/overview/index.scss
+++ b/src/assets/scss/dataBoard/overview/index.scss
@@ -84,7 +84,7 @@
.f-font34 {
font-size: 34px !important;
font-style: italic;
- font-weight: 500;
+ font-weight: bold;
font-family: DIN Alternate;
}
.f-yellow{
diff --git a/src/views/dataBoard/overview/components/MapDialog/CommunityList.vue b/src/views/dataBoard/overview/components/MapDialog/CommunityList.vue
index 0733dacc7..2444a505a 100644
--- a/src/views/dataBoard/overview/components/MapDialog/CommunityList.vue
+++ b/src/views/dataBoard/overview/components/MapDialog/CommunityList.vue
@@ -121,11 +121,13 @@ export default {
font-size: 14px;
margin-left: 10px;
color: #9A69EC;
+ cursor: pointer;
}
.view {
font-size: 14px;
margin-left: 10px;
color: #007FF1;
+ cursor: pointer;
}
\ No newline at end of file
diff --git a/src/views/dataBoard/overview/components/MapDialog/DisputeDispatch.vue b/src/views/dataBoard/overview/components/MapDialog/DisputeDispatch.vue
index 7abb0554f..d65fabb5f 100644
--- a/src/views/dataBoard/overview/components/MapDialog/DisputeDispatch.vue
+++ b/src/views/dataBoard/overview/components/MapDialog/DisputeDispatch.vue
@@ -252,11 +252,13 @@ export default {
font-size: 14px;
margin-left: 10px;
color: #9A69EC;
+ cursor: pointer;
}
.view {
font-size: 14px;
margin-left: 10px;
color: #007FF1;
+ cursor: pointer;
}
\ No newline at end of file
diff --git a/src/views/dataBoard/overview/components/MapDialog/List12345.vue b/src/views/dataBoard/overview/components/MapDialog/List12345.vue
index 44aabd98d..178938414 100644
--- a/src/views/dataBoard/overview/components/MapDialog/List12345.vue
+++ b/src/views/dataBoard/overview/components/MapDialog/List12345.vue
@@ -141,11 +141,13 @@ export default {
font-size: 14px;
margin-left: 10px;
color: #9A69EC;
+ cursor: pointer;
}
.view {
font-size: 14px;
margin-left: 10px;
color: #007FF1;
+ cursor: pointer;
}
\ No newline at end of file
diff --git a/src/views/dataBoard/overview/components/MapDialog/Njjwtqk.vue b/src/views/dataBoard/overview/components/MapDialog/Njjwtqk.vue
index 64adcd8f7..174c24aa6 100644
--- a/src/views/dataBoard/overview/components/MapDialog/Njjwtqk.vue
+++ b/src/views/dataBoard/overview/components/MapDialog/Njjwtqk.vue
@@ -129,11 +129,13 @@ export default {
font-size: 14px;
margin-left: 10px;
color: #9A69EC;
+ cursor: pointer;
}
.view {
font-size: 14px;
margin-left: 10px;
color: #007FF1;
+ cursor: pointer;
}
\ No newline at end of file
diff --git a/src/views/dataBoard/overview/components/MapDialog/ResourceDispatch.vue b/src/views/dataBoard/overview/components/MapDialog/ResourceDispatch.vue
index d231f309c..d1cf7bd48 100644
--- a/src/views/dataBoard/overview/components/MapDialog/ResourceDispatch.vue
+++ b/src/views/dataBoard/overview/components/MapDialog/ResourceDispatch.vue
@@ -251,11 +251,13 @@ export default {
font-size: 14px;
margin-left: 10px;
color: #9A69EC;
+ cursor: pointer;
}
.view {
font-size: 14px;
margin-left: 10px;
color: #007FF1;
+ cursor: pointer;
}
\ No newline at end of file
diff --git a/src/views/dataBoard/overview/components/MapDialog/SatisfactionList.vue b/src/views/dataBoard/overview/components/MapDialog/SatisfactionList.vue
index 2fb8943ed..0ef90066e 100644
--- a/src/views/dataBoard/overview/components/MapDialog/SatisfactionList.vue
+++ b/src/views/dataBoard/overview/components/MapDialog/SatisfactionList.vue
@@ -141,11 +141,13 @@ export default {
font-size: 14px;
margin-left: 10px;
color: #9A69EC;
+ cursor: pointer;
}
.view {
font-size: 14px;
margin-left: 10px;
color: #007FF1;
+ cursor: pointer;
}
\ No newline at end of file
diff --git a/src/views/dataBoard/overview/components/MapDialog/index.vue b/src/views/dataBoard/overview/components/MapDialog/index.vue
index 4cb259d9a..040790c66 100644
--- a/src/views/dataBoard/overview/components/MapDialog/index.vue
+++ b/src/views/dataBoard/overview/components/MapDialog/index.vue
@@ -277,12 +277,14 @@ export default {
font-size: 14px;
margin-left: 10px;
color: #9A69EC;
+ cursor: pointer;
}
.view {
font-size: 14px;
margin-left: 10px;
color: #007FF1;
+ cursor: pointer;
}
.eventDetails {
diff --git a/src/views/dataBoard/overview/components/MapResourceInfo.vue b/src/views/dataBoard/overview/components/MapResourceInfo.vue
index 295ff62c7..9c0e76830 100644
--- a/src/views/dataBoard/overview/components/MapResourceInfo.vue
+++ b/src/views/dataBoard/overview/components/MapResourceInfo.vue
@@ -38,7 +38,7 @@
联系电话:
-
{{ detail.contactMobile }}
+
{{ $sensitive( detail.contactMobile, 3, 7) }}
diff --git a/src/views/dataBoard/overview/components/MapResourceInfoMore.vue b/src/views/dataBoard/overview/components/MapResourceInfoMore.vue
index 01d29f0ea..55181b64c 100644
--- a/src/views/dataBoard/overview/components/MapResourceInfoMore.vue
+++ b/src/views/dataBoard/overview/components/MapResourceInfoMore.vue
@@ -382,11 +382,13 @@ export default {
font-size: 14px;
margin-left: 10px;
color: #9A69EC;
+ cursor: pointer;
}
.view {
font-size: 14px;
margin-left: 10px;
color: #007FF1;
+ cursor: pointer;
}
\ No newline at end of file
diff --git a/src/views/dataBoard/overview/components/map-top.vue b/src/views/dataBoard/overview/components/map-top.vue
index 41493e6b3..fba8915ec 100644
--- a/src/views/dataBoard/overview/components/map-top.vue
+++ b/src/views/dataBoard/overview/components/map-top.vue
@@ -252,4 +252,6 @@ export default {
.m-per {
margin-right: 77px;
}
+
+
diff --git a/src/views/dataBoard/overview/components/wtqd.vue b/src/views/dataBoard/overview/components/wtqd.vue
index 65fd920be..84d8a416e 100644
--- a/src/views/dataBoard/overview/components/wtqd.vue
+++ b/src/views/dataBoard/overview/components/wtqd.vue
@@ -316,7 +316,7 @@ export default {
}
.f-hflex {
- width: 83px;
+ width: 100px;
}
.f-flex {
@@ -325,6 +325,9 @@ export default {
.f-darkGray {
margin-top: 15px;
+ display: flex;
+ white-space: nowrap;
+ align-items: flex-end;
}
.no-data {
diff --git a/src/views/dataBoard/overview/dissatisfiedProblemNumber/12345Hotline.vue b/src/views/dataBoard/overview/dissatisfiedProblemNumber/12345Hotline.vue
index 70b90c943..9af3e528c 100644
--- a/src/views/dataBoard/overview/dissatisfiedProblemNumber/12345Hotline.vue
+++ b/src/views/dataBoard/overview/dissatisfiedProblemNumber/12345Hotline.vue
@@ -22,7 +22,7 @@
-
+
处理
查看
@@ -91,9 +91,9 @@ export default {
this.queryParams.pageNo = 1;
this.getList();
},
- handleDispatch({id}) {
+ handleDispatch({icEventId}) {
this.$http
- .post("/governance/icEvent/detail", {icEventId: id})
+ .post("/governance/icEvent/detail", {icEventId})
.then((res) => {
const {code, data, msg} = res.data;
if (code === 0) {
@@ -130,14 +130,9 @@ export default {
}
},
- handleView({id}) {
- console.log("row:"+id);
+ handleView({icEventId}) {
this.showDialog = true;
- this.rowId = id;
- },
- handleHandle({id}) {
- this.showDialog = true;
- this.rowId = id;
+ this.rowId = icEventId;
},
close() {
this.showDialog = false;
@@ -157,11 +152,13 @@ export default {
font-size: 14px;
margin-left: 10px;
color: #9A69EC;
+ cursor: pointer;
}
.view {
font-size: 14px;
margin-left: 10px;
color: #007FF1;
+ cursor: pointer;
}
diff --git a/src/views/dataBoard/overview/dissatisfiedProblemNumber/provinceSatisfaction.vue b/src/views/dataBoard/overview/dissatisfiedProblemNumber/provinceSatisfaction.vue
index a622e5ddc..c407c7772 100644
--- a/src/views/dataBoard/overview/dissatisfiedProblemNumber/provinceSatisfaction.vue
+++ b/src/views/dataBoard/overview/dissatisfiedProblemNumber/provinceSatisfaction.vue
@@ -166,11 +166,13 @@ export default {
font-size: 14px;
margin-left: 10px;
color: #9A69EC;
+ cursor: pointer;
}
.view {
font-size: 14px;
margin-left: 10px;
color: #007FF1;
+ cursor: pointer;
}
diff --git a/src/views/dataBoard/overview/dissatisfiedProblemNumber/selfInspect.vue b/src/views/dataBoard/overview/dissatisfiedProblemNumber/selfInspect.vue
index 7d22c94c1..dbec908ba 100644
--- a/src/views/dataBoard/overview/dissatisfiedProblemNumber/selfInspect.vue
+++ b/src/views/dataBoard/overview/dissatisfiedProblemNumber/selfInspect.vue
@@ -122,11 +122,13 @@ export default {
font-size: 14px;
margin-left: 10px;
color: #9A69EC;
+ cursor: pointer;
}
.view {
font-size: 14px;
margin-left: 10px;
color: #007FF1;
+ cursor: pointer;
}
diff --git a/src/views/dataBoard/satisfactionEval/dissatisfieReason/index.vue b/src/views/dataBoard/satisfactionEval/dissatisfieReason/index.vue
index 7e583b95e..6c912caf3 100644
--- a/src/views/dataBoard/satisfactionEval/dissatisfieReason/index.vue
+++ b/src/views/dataBoard/satisfactionEval/dissatisfieReason/index.vue
@@ -35,14 +35,14 @@
element-loading-spinner="el-icon-loading" element-loading-text="加载中...">
-
-
+
+
-
+
-
+
- {{ $sensitive(scope.row.mobile, 3, 7) }}
+ {{ $sensitive(scope.row.reporterMobile, 3, 7) }}
-
-
+
+
+
+
@@ -78,7 +89,8 @@ export default {
index: 0,
type: 0,
time: 0,
- };
+ scoreMonth: ""
+ }
},
methods: {
goToPage(url) {
@@ -94,7 +106,7 @@ export default {
diff --git a/src/views/dataBoard/satisfactionEval/modules/SelfInspectionScore/index.vue b/src/views/dataBoard/satisfactionEval/modules/SelfInspectionScore/index.vue
index 3633660d4..3952a97b7 100644
--- a/src/views/dataBoard/satisfactionEval/modules/SelfInspectionScore/index.vue
+++ b/src/views/dataBoard/satisfactionEval/modules/SelfInspectionScore/index.vue
@@ -32,6 +32,30 @@ export default {
return {
data: []
}
+ },
+ props: {
+ date: {
+ type: String,
+ default: '',
+ },
+ },
+ watch: {
+ "$store.state.chooseArea.chooseName"(val) {
+ if (val.orgId) {
+ this.getList();
+ }
+ },
+ date() {
+ this.getList();
+ },
+ },
+ mounted() {
+ this.getList()
+ },
+ methods: {
+ getList() {
+ console.log(this.date)
+ }
}
}
@@ -41,4 +65,5 @@ export default {
.table {
padding: 10px;
}
+
\ No newline at end of file