From cd6051180285731c8fdd42d2e0c8e641aa4858c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=98=E7=AB=8B=E6=A0=87?= <2658037827@qq.com> Date: Fri, 15 Sep 2023 14:30:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=BD=9C=E5=9C=A8=E9=A3=8E?= =?UTF-8?q?=E9=99=A9=E5=90=8D=E5=8D=95=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 40 +++++ .../satisfactionEval/dissatisfied/index.vue | 15 ++ .../dataBoard/satisfactionEval/index.vue | 7 +- .../modules/PotentialPeople/index.vue | 6 +- .../modules/TypesOfDissatisfaction/index.vue | 11 -- .../potentialPeople/index.vue | 151 ++++++++++++++++ .../potentialPeople/sjwjj.vue | 161 ++++++++++++++++++ .../potentialPeople/xqwmz.vue | 160 +++++++++++++++++ .../potentialPeople/yxwxfw.vue | 161 ++++++++++++++++++ 9 files changed, 696 insertions(+), 16 deletions(-) create mode 100644 src/views/dataBoard/satisfactionEval/potentialPeople/index.vue create mode 100644 src/views/dataBoard/satisfactionEval/potentialPeople/sjwjj.vue create mode 100644 src/views/dataBoard/satisfactionEval/potentialPeople/xqwmz.vue create mode 100644 src/views/dataBoard/satisfactionEval/potentialPeople/yxwxfw.vue diff --git a/src/router/index.js b/src/router/index.js index c0373050b..9ac8ccb87 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -418,6 +418,46 @@ export const dataBoardRoutes = { isTab: false, }, }, + { + path: "satisfactionEval/potentialPeople", + props: true, + component: () => import("@/views/dataBoard/satisfactionEval/potentialPeople/index"), + name: "dataBoard-satisfactionEval-potentialPeople-index", + meta: { + title: "潜在不满意人数", + isTab: false, + }, + }, + { + path: "satisfactionEval/potentialPeople/yxwxfw", + props: true, + component: () => import("@/views/dataBoard/satisfactionEval/potentialPeople/yxwxfw"), + name: "dataBoard-satisfactionEval-potentialPeople-yxwxfw", + meta: { + title: "应享未享服务人数", + isTab: false, + }, + }, + { + path: "satisfactionEval/potentialPeople/sjwjj", + props: true, + component: () => import("@/views/dataBoard/satisfactionEval/potentialPeople/sjwjj"), + name: "dataBoard-satisfactionEval-potentialPeople-sjwjj", + meta: { + title: "事件未解决上报人数", + isTab: false, + }, + }, + { + path: "satisfactionEval/potentialPeople/xqwmz", + props: true, + component: () => import("@/views/dataBoard/satisfactionEval/potentialPeople/xqwmz"), + name: "dataBoard-satisfactionEval-potentialPeople-xqwmz", + meta: { + title: "需求未满足人数", + isTab: false, + }, + }, { path: "organizational/index", props: true, diff --git a/src/views/dataBoard/satisfactionEval/dissatisfied/index.vue b/src/views/dataBoard/satisfactionEval/dissatisfied/index.vue index bfcdd2053..57a906fbf 100644 --- a/src/views/dataBoard/satisfactionEval/dissatisfied/index.vue +++ b/src/views/dataBoard/satisfactionEval/dissatisfied/index.vue @@ -204,4 +204,19 @@ export default { height: 32px; } } +.orange { + color: #FFB73C; +} +.blue { + color: #64C1FF; +} +.green { + color: #08EBAE; +} +.light { + color: #3CF5FF; +} +.red { + color: #F95619; +} \ No newline at end of file diff --git a/src/views/dataBoard/satisfactionEval/index.vue b/src/views/dataBoard/satisfactionEval/index.vue index 94aead8d2..f0514f61c 100644 --- a/src/views/dataBoard/satisfactionEval/index.vue +++ b/src/views/dataBoard/satisfactionEval/index.vue @@ -34,10 +34,13 @@