From 56e7c0e8eea330b2581d13347fb6d8eea0e9cecf Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Tue, 1 Nov 2022 14:38:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A1=AB=E5=86=99=E4=BA=BA=E5=A1=AB=E5=86=99--?= =?UTF-8?q?=E6=8E=A7=E4=BB=B6=E7=B1=BB=E5=9E=8B=E4=B8=BA=E6=96=87=E6=9C=AC?= =?UTF-8?q?=EF=BC=8C=E6=8E=A7=E4=BB=B6=E6=A0=A1=E9=AA=8C=E4=B8=BA=E4=B8=AD?= =?UTF-8?q?=E6=96=87=E7=9A=84=EF=BC=8C=E5=A1=AB=E5=86=99=E6=97=B6=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E5=AD=97=E7=AC=A6=E9=95=BF=E5=BA=A6=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/CollectionType/index.vue | 1 + jero-web/src/components/CollectionTypeDisabled/index.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/jero-web/src/components/CollectionType/index.vue b/jero-web/src/components/CollectionType/index.vue index 2b59628ee..0430379dd 100644 --- a/jero-web/src/components/CollectionType/index.vue +++ b/jero-web/src/components/CollectionType/index.vue @@ -29,6 +29,7 @@ :disabled="item.isLock == '1' ? true: false" :placeholder="$t('pleaseEnter')+$t('chinese')" @input="onInput" + :maxLength="1000" onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\u4E00-\u9FA5]/g,''))" v-model="item.dataValue"/> diff --git a/jero-web/src/components/CollectionTypeDisabled/index.vue b/jero-web/src/components/CollectionTypeDisabled/index.vue index f5852220f..65c82d9ea 100644 --- a/jero-web/src/components/CollectionTypeDisabled/index.vue +++ b/jero-web/src/components/CollectionTypeDisabled/index.vue @@ -27,6 +27,7 @@