From 3272d5eb677d2b5ea2c0b22016b1f835ac689044 Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Fri, 28 Apr 2023 18:25:16 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/permissionApplication/examine.vue | 2 +- src/views/permissionApplication/launch.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/permissionApplication/examine.vue b/src/views/permissionApplication/examine.vue index 17b4444..c5b4f9b 100644 --- a/src/views/permissionApplication/examine.vue +++ b/src/views/permissionApplication/examine.vue @@ -107,7 +107,7 @@ export default { return { applicationFormRule: { applyReason: [{ - max: 1000, message: '申请原因最多填写1000字符' + max: 500, message: '申请原因最多填写500字符' }], power: [{ required: true, diff --git a/src/views/permissionApplication/launch.vue b/src/views/permissionApplication/launch.vue index 90c1eb0..1fda33c 100644 --- a/src/views/permissionApplication/launch.vue +++ b/src/views/permissionApplication/launch.vue @@ -168,7 +168,7 @@ export default { }, applicationFormRule: { applyReason: [{ - max: 1000, message: '申请原因最多填写1000字符' + max: 500, message: '申请原因最多填写500字符' }], power: [{ required: true, @@ -187,7 +187,7 @@ export default { trigger: 'change' }], remark: [{ - max: 1000, message: '说明最多填写1000字符' + max: 500, message: '说明最多填写500字符' }] }, prcType: 1,