From 7a3a97b9e3e75fd96fe141d0bf07d4cd59d26362 Mon Sep 17 00:00:00 2001 From: dhy1725534722 <1725534722@qq.com> Date: Tue, 29 Aug 2023 13:13:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E9=A6=96=E9=A1=B5=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/publicOpinion/index.js | 9 ++++- .../components/ReportingStatistics.vue | 2 +- .../security/components/componentRight.vue | 33 +++++++++---------- .../sentiment/components/componentLeft.vue | 17 +++++----- .../sentiment/components/mediaPie.vue | 1 + .../sentiment/components/sentimentPie.vue | 18 +++++----- 6 files changed, 45 insertions(+), 35 deletions(-) diff --git a/src/api/publicOpinion/index.js b/src/api/publicOpinion/index.js index cc9c908..407ae66 100644 --- a/src/api/publicOpinion/index.js +++ b/src/api/publicOpinion/index.js @@ -16,7 +16,7 @@ export function yuqingMsgStats() { method: 'get', }) } -//动态筛选 +//动态筛选大屏幕接口(弃用) export function sift() { return request({ url: '/zongzhi/opinionscreen/sentimentfilter', @@ -43,4 +43,11 @@ export function yqbg() { url: '/zongzhi/opinionscreen/sentimentreport', method: 'get', }) +} +//动态筛选列表 +export function dtsxListGet(){ + return request({ + url: '/zongzhi/sx/list', + method: 'get', + }) } \ No newline at end of file diff --git a/src/views/privateOrder/security/components/ReportingStatistics.vue b/src/views/privateOrder/security/components/ReportingStatistics.vue index 9614a38..3b430ba 100644 --- a/src/views/privateOrder/security/components/ReportingStatistics.vue +++ b/src/views/privateOrder/security/components/ReportingStatistics.vue @@ -376,7 +376,7 @@ export default { territorialTB().then((res) => { res.data.forEach((value, index) => { this.piedata.push({ - name: this.$filterDict('1',value.areaId,true), + name: this.$filterDict('1',`[${value.areaId}]`,true), value: value.count, percent: value.pt, img: require(`@/assets/privateOrder/general/${ diff --git a/src/views/privateOrder/security/components/componentRight.vue b/src/views/privateOrder/security/components/componentRight.vue index ea6de1c..318e790 100644 --- a/src/views/privateOrder/security/components/componentRight.vue +++ b/src/views/privateOrder/security/components/componentRight.vue @@ -30,7 +30,7 @@ {{ notificationFinishList[3].completionCount }} /{{ notificationFinishList[3].notificationCount }} -