From f8d3f925b9b4c8ec81b924f882dd69631fa9ce08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=98=E7=AB=8B=E6=A0=87?= <2658037827@qq.com> Date: Tue, 26 Sep 2023 10:57:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A512345=E6=94=BF=E5=8A=A1?= =?UTF-8?q?=E7=83=AD=E7=BA=BF=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataBoard/overview/index.vue | 1 + .../components/EventList/index.vue | 164 ++++++++++++++++++ .../satisfactionEval/dissatisfied/index.vue | 2 +- .../dissatisfiedPersonnel/index.vue | 1 - .../dataBoard/satisfactionEval/index.vue | 6 +- .../modules/EventSituation/index.vue | 35 ++-- .../modules/PersonnelPortrait/index.vue | 2 +- src/views/dataBoardMain/main-navbar.vue | 2 +- 8 files changed, 194 insertions(+), 19 deletions(-) create mode 100644 src/views/dataBoard/satisfactionEval/components/EventList/index.vue diff --git a/src/views/dataBoard/overview/index.vue b/src/views/dataBoard/overview/index.vue index 65727ce40..2dee2ee0c 100644 --- a/src/views/dataBoard/overview/index.vue +++ b/src/views/dataBoard/overview/index.vue @@ -325,6 +325,7 @@ export default { }, clickAgencyItem(item) { + cnsole.log(item) this.toBread({ orgId: item.id, orgLevel: item.level, diff --git a/src/views/dataBoard/satisfactionEval/components/EventList/index.vue b/src/views/dataBoard/satisfactionEval/components/EventList/index.vue new file mode 100644 index 000000000..f414082eb --- /dev/null +++ b/src/views/dataBoard/satisfactionEval/components/EventList/index.vue @@ -0,0 +1,164 @@ +