From 703878303fbdcf2b00eda975634e897c4d376770 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:52:17 +0800 Subject: [PATCH 1/9] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=BB=A1=E6=84=8F?= =?UTF-8?q?=E5=BA=A6=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dataBoard/satisfactionEval/dissatisfied/index.vue | 8 ++++---- src/views/dataBoard/satisfactionEval/index.vue | 2 +- .../satisfactionEval/modules/EventSituation/index.vue | 4 ++-- .../satisfactionEval/modules/PersonnelPortrait/index.vue | 2 +- .../modules/TypesOfDissatisfaction/index.vue | 2 +- .../dataBoard/satisfactionEval/potentialPeople/index.vue | 4 ++-- .../dataBoard/satisfactionEval/potentialPeople/sjwjj.vue | 4 ++-- .../dataBoard/satisfactionEval/potentialPeople/xqwmz.vue | 4 ++-- .../dataBoard/satisfactionEval/potentialPeople/yxwxfw.vue | 4 ++-- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/views/dataBoard/satisfactionEval/dissatisfied/index.vue b/src/views/dataBoard/satisfactionEval/dissatisfied/index.vue index 57a906fbf..bb8e51eeb 100644 --- a/src/views/dataBoard/satisfactionEval/dissatisfied/index.vue +++ b/src/views/dataBoard/satisfactionEval/dissatisfied/index.vue @@ -4,7 +4,7 @@
- + - + - + - + .satisfaction-eval { - padding: 24px 20px; + //padding: 24px 20px; } .more { diff --git a/src/views/dataBoard/satisfactionEval/modules/EventSituation/index.vue b/src/views/dataBoard/satisfactionEval/modules/EventSituation/index.vue index e3047b2cb..857169aa3 100644 --- a/src/views/dataBoard/satisfactionEval/modules/EventSituation/index.vue +++ b/src/views/dataBoard/satisfactionEval/modules/EventSituation/index.vue @@ -44,9 +44,9 @@ export default { mounted() { this.curMonth = new Date().getMonth() - 0 + 1 let eventList = [] - for (let i = 5; i >= 0; i--) { + for (let i = 4; i >= 0; i--) { eventList.push({ - month: this.curMonth - i, + month: this.curMonth - 1 - i, num: 10, env: 11, }) diff --git a/src/views/dataBoard/satisfactionEval/modules/PersonnelPortrait/index.vue b/src/views/dataBoard/satisfactionEval/modules/PersonnelPortrait/index.vue index b29d1229d..37a8a6960 100644 --- a/src/views/dataBoard/satisfactionEval/modules/PersonnelPortrait/index.vue +++ b/src/views/dataBoard/satisfactionEval/modules/PersonnelPortrait/index.vue @@ -3,7 +3,7 @@
不满意人员画像
- +
- +
- + - + - + - + - + - +
- + - + Date: Mon, 18 Sep 2023 19:00:32 +0800 Subject: [PATCH 2/9] =?UTF-8?q?=E4=B8=8A=E6=8A=A5=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=E3=80=81=E7=BB=9F=E6=B2=BB=E4=BA=BA=E7=BE=A4=E3=80=81=E5=AE=89?= =?UTF-8?q?=E5=85=A8=E9=9A=90=E6=82=A3=E6=9F=A5=E7=9C=8B=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dialog/index.vue | 8 +- .../microgrid/components/reportAnEvent.vue | 123 ++++++++++++-- .../microgrid/components/safetyhazard.vue | 160 ++++++++++++++++++ .../organizational/microgrid/index.vue | 14 +- 4 files changed, 287 insertions(+), 18 deletions(-) create mode 100644 src/views/dataBoard/organizational/microgrid/components/safetyhazard.vue diff --git a/src/components/Dialog/index.vue b/src/components/Dialog/index.vue index 636721f65..0100684c6 100644 --- a/src/components/Dialog/index.vue +++ b/src/components/Dialog/index.vue @@ -1,6 +1,6 @@