From 5ef6c192e9b6fe2f8ac2af17f32b5300ac7cc437 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Tue, 30 Jul 2024 14:50:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AC=E5=8A=9E=E8=A6=81=E6=B1=82=E5=9B=9E?= =?UTF-8?q?=E5=A1=AB,=E5=AD=97=E5=85=B8=E6=94=B9=E5=9B=9E=E6=9D=A5,?= =?UTF-8?q?=E5=A4=84=E7=90=86=E6=B5=81=E7=A8=8B=E6=96=87=E5=AD=97=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/scss/modules/shequzhili/event-info.scss | 1 - src/js/columns/constants/index.js | 6 +++--- src/views/modules/shequzhili/event/cpts/event-info.vue | 2 +- .../modules/shequzhili/event/cpts/process-form-assign.vue | 6 ++++-- .../shequzhili/event/cpts/process-form-process.vue | 8 ++++---- src/views/modules/shequzhili/event/cpts/process-form.vue | 1 - src/views/modules/shequzhili/event/eventList.vue | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/assets/scss/modules/shequzhili/event-info.scss b/src/assets/scss/modules/shequzhili/event-info.scss index a83a5db72..d17f1eb80 100644 --- a/src/assets/scss/modules/shequzhili/event-info.scss +++ b/src/assets/scss/modules/shequzhili/event-info.scss @@ -371,7 +371,6 @@ margin-top: 15px; margin-left: 15px; width: 400px; - height: 400px; overflow: auto; padding-top: 10px; padding-left: 2px; diff --git a/src/js/columns/constants/index.js b/src/js/columns/constants/index.js index 26a482aa8..568381f21 100644 --- a/src/js/columns/constants/index.js +++ b/src/js/columns/constants/index.js @@ -151,15 +151,15 @@ export const nonComplianceType = [ export const satisfactionType = [ { label: '满意', - value: 0 + value: 'perfect' }, { label: '基本满意', - value: 1 + value: 'good' }, { label: '不满意', - value: 2 + value: 'bad' } ] export const noSatisfactionType = [ diff --git a/src/views/modules/shequzhili/event/cpts/event-info.vue b/src/views/modules/shequzhili/event/cpts/event-info.vue index c5560a3d1..293bd432b 100644 --- a/src/views/modules/shequzhili/event/cpts/event-info.vue +++ b/src/views/modules/shequzhili/event/cpts/event-info.vue @@ -59,7 +59,7 @@