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 @@