From 64ccfa040cbeb81c3ee93da2458f84debdd1347a Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Tue, 5 Sep 2023 09:42:19 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E6=A0=87=E7=AD=BE=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8E=BB=E6=8E=89=E5=AD=97=E6=AE=B5=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E7=9A=84=E6=9C=80=E5=A4=A7=E5=AD=97=E7=AC=A6=E6=95=B0?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/tags/modules/StandardDrawer.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/tags/modules/StandardDrawer.vue b/src/views/system/tags/modules/StandardDrawer.vue index b2f88c75..e068412c 100644 --- a/src/views/system/tags/modules/StandardDrawer.vue +++ b/src/views/system/tags/modules/StandardDrawer.vue @@ -62,7 +62,7 @@ v-model="form.dbFieldName" :placeholder="$t('pleaseEnter') + $t('system.tag.fieldName')" @change="event => event.target.value = event.target.value.trim()" - :maxLength="120" + :maxLength="60" > @@ -233,7 +233,7 @@ export default { dbFieldName: [ { required: true, message: this.$t('PleaseEnterYourEnglishName'), trigger: 'blur' }, - { min: 1, max: 20, message: this.$t('cantExeed') + '20' + this.$t('characters'), trigger: 'blur' }, + { min: 1, max: 60, message: this.$t('cantExeed') + '60' + this.$t('characters'), trigger: 'blur' }, { validator: this.test } ], // 英文名称