From fb2c61e93a26f80f195a229c816a87a24bf2ea9b Mon Sep 17 00:00:00 2001 From: yangzijiao Date: Mon, 26 Jul 2021 17:10:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AA=8C=E8=AF=81=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../accessStandardsAndRegulations/pages/otherAddEit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue index 5f6fb4930..8cfff16a1 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue @@ -581,7 +581,7 @@ export default { ], detailedListName: [ {required: true, message: '清单名称不能为空', trigger: 'blur'}, - {type: 'string', max: 100, message: '表单名称不能超过100个字符', trigger: 'blur'} + {type: 'string', max: 100, message: '清单名称不能超过100个字符', trigger: 'blur'} ] }, disabledFlag: false,