From 5d9acebca78d583e833cde98d5f8c5190d41016b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Mon, 27 Feb 2023 14:35:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E5=BA=93-=E5=88=86=E9=98=B6?= =?UTF-8?q?=E6=AE=B5=E5=AE=9E=E6=96=BD=E8=AF=A6=E6=83=85-=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E8=A1=A8=E5=8D=95=E9=AA=8C=E8=AF=81=E8=A7=84=E5=88=99?= =?UTF-8?q?(=E4=BF=AE=E6=AD=A3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/libraryAddForm/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jero-web/src/components/libraryAddForm/index.vue b/jero-web/src/components/libraryAddForm/index.vue index 4fed77af8..2f3f5c3d5 100644 --- a/jero-web/src/components/libraryAddForm/index.vue +++ b/jero-web/src/components/libraryAddForm/index.vue @@ -451,8 +451,8 @@ standNumberOrClause: [ { // required: true, - max: 10, - message: this.$t('Statutenumberclause') + this.$t('cannotExceed') + 10 + this.$t('Characters'), + max: 200, + message: this.$t('Statutenumberclause') + this.$t('cannotExceed') + 200 + this.$t('Characters'), trigger: 'blur' } ],