From 2777dcd6e6fb5aa4eb2069676da1089751ad3425 Mon Sep 17 00:00:00 2001 From: luyan Date: Thu, 30 Mar 2023 10:22:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9Bug113/=20=E7=A4=BE=E5=8C=BA?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1/=E5=85=AC=E5=85=B1=E6=9C=8D=E5=8A=A1/?= =?UTF-8?q?=E5=8F=91=E8=B5=B7=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../communityService/commonDemand/addForm.vue | 48 +++++++++++-------- 1 file changed, 28 insertions(+), 20 deletions(-) diff --git a/src/views/modules/communityService/commonDemand/addForm.vue b/src/views/modules/communityService/commonDemand/addForm.vue index 2104b62ec..6e86aba97 100644 --- a/src/views/modules/communityService/commonDemand/addForm.vue +++ b/src/views/modules/communityService/commonDemand/addForm.vue @@ -283,7 +283,7 @@ :rules="feedbackDataRule" class="div_form" > - - + --> - - + --> - - + --> - - 已完成 + 已完成 --> - + - + - - + --> -
支持图片、word、pdf
-
+ --> @@ -700,9 +708,9 @@ export default { feedbackDataRule() { return { - serviceGoal: [ - { required: true, message: "服务目标不能为空", trigger: "blur" }, - ], + // serviceGoal: [ + // { required: true, message: "服务目标不能为空", trigger: "blur" }, + // ], serviceEffect: [ { required: true, message: "服务效果不能为空", trigger: "blur" },