From fda5a0dd311eaada77445d94c8b9131375175630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E5=B5=A9?= Date: Mon, 26 Jun 2023 17:06:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A4=E8=AF=81=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E4=B8=AD=E5=AD=97=E7=AC=A6=E9=99=90=E5=88=B6=E9=95=BF?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/certificationDirectoryAdd.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jero-web/src/views/projectManagement/components/certificationDirectoryAdd.vue b/jero-web/src/views/projectManagement/components/certificationDirectoryAdd.vue index 1179cf11d..01505e1bf 100644 --- a/jero-web/src/views/projectManagement/components/certificationDirectoryAdd.vue +++ b/jero-web/src/views/projectManagement/components/certificationDirectoryAdd.vue @@ -144,8 +144,8 @@ ], detectionReportLocation:[ { - max: 100, - message: this.$t('testReportLocation') + this.$t('cannotExceed') + 100 + this.$t('Characters'), + max: 500, + message: this.$t('testReportLocation') + this.$t('cannotExceed') + 500 + this.$t('Characters'), trigger: 'blur' } ],