From c73541e8e142767fe73eae13d5a89a4e7142bc21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Thu, 1 Aug 2024 17:33:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BB=A1=E6=84=8F=E5=BA=A6=E5=9B=9E=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../event/cpts/process-form-complete.vue | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/views/modules/shequzhili/event/cpts/process-form-complete.vue b/src/views/modules/shequzhili/event/cpts/process-form-complete.vue index c7ee1d410..c6b51bb7c 100644 --- a/src/views/modules/shequzhili/event/cpts/process-form-complete.vue +++ b/src/views/modules/shequzhili/event/cpts/process-form-complete.vue @@ -270,6 +270,20 @@ export default { contactFailureList: [{ label: '已接通', value: 1 }, { label: '未接通', value: 0 }], coordinateList: [{ label: '配合', value: 0 }, { label: '未配合', value: 1 }], examineList: [{ label: '合格', value: 0 }, { label: '不合格', value: 1 }], + satisfactionType : [ + { + label: '满意', + value: 'perfect' + }, + { + label: '基本满意', + value: 'good' + }, + { + label: '不满意', + value: 'bad' + } +], dataRule: { content: [ { required: true, message: "办理情况不能为空", trigger: "blur" },