+
- {{ $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
From 7f068364ba1f6f88e211794b1135e59a9737b134 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=88=98=E7=AB=8B=E6=A0=87?= <2658037827@qq.com>
Date: Thu, 7 Dec 2023 17:12:57 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B912345=E6=8A=95=E8=AF=89?=
=?UTF-8?q?=E5=88=97=E8=A1=A8=E6=9F=A5=E7=9C=8B=E5=92=8C=E5=A4=84=E7=90=86?=
=?UTF-8?q?=20=E5=8F=8A=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/App.vue | 2 +-
src/assets/scss/dataBoard/overview/index.scss | 2 +-
.../components/MapDialog/CommunityList.vue | 2 ++
.../components/MapDialog/DisputeDispatch.vue | 2 ++
.../overview/components/MapDialog/List12345.vue | 2 ++
.../overview/components/MapDialog/Njjwtqk.vue | 2 ++
.../components/MapDialog/ResourceDispatch.vue | 2 ++
.../components/MapDialog/SatisfactionList.vue | 2 ++
.../overview/components/MapDialog/index.vue | 2 ++
.../overview/components/MapResourceInfo.vue | 2 +-
.../overview/components/MapResourceInfoMore.vue | 2 ++
.../dataBoard/overview/components/map-top.vue | 2 ++
.../dataBoard/overview/components/wtqd.vue | 5 ++++-
.../dissatisfiedProblemNumber/12345Hotline.vue | 17 +++++++----------
.../provinceSatisfaction.vue | 2 ++
.../dissatisfiedProblemNumber/selfInspect.vue | 2 ++
16 files changed, 36 insertions(+), 14 deletions(-)
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 b2ae62d61..c6979a8aa 100644
--- a/src/views/dataBoard/overview/dissatisfiedProblemNumber/provinceSatisfaction.vue
+++ b/src/views/dataBoard/overview/dissatisfiedProblemNumber/provinceSatisfaction.vue
@@ -143,11 +143,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;
}