From 33343c438d2d2dfcb2c6adcea7fe76fbb34df66e Mon Sep 17 00:00:00 2001 From: sunFlower <787203167@qq.com> Date: Mon, 24 Oct 2022 15:47:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=95=E8=A7=84=E6=9C=88?= =?UTF-8?q?=E6=8A=A5=E7=9A=84=E9=93=BE=E6=8E=A5=E5=AD=97=E6=AE=B5=E9=95=BF?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../regulationReport/components/modules/defaultTemplate.vue | 4 ++-- .../regulationReport/components/modules/industryTemplate.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue b/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue index 864332d2e..ac203237e 100644 --- a/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue +++ b/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue @@ -359,8 +359,8 @@ ], link: [ { - max: 1000, - message: this.$t('link') + this.$t('cannotExceed') + 1000 + this.$t('Characters'), + max: 5000, + message: this.$t('link') + this.$t('cannotExceed') + 5000 + this.$t('Characters'), trigger: 'blur' } ], diff --git a/jero-web/src/views/businessSupport/regulationReport/components/modules/industryTemplate.vue b/jero-web/src/views/businessSupport/regulationReport/components/modules/industryTemplate.vue index f9ecf20f6..d265772bf 100644 --- a/jero-web/src/views/businessSupport/regulationReport/components/modules/industryTemplate.vue +++ b/jero-web/src/views/businessSupport/regulationReport/components/modules/industryTemplate.vue @@ -229,8 +229,8 @@ ], link: [ { - max: 1000, - message: this.$t('link') + this.$t('cannotExceed') + 1000 + this.$t('Characters'), + max: 5000, + message: this.$t('link') + this.$t('cannotExceed') + 5000 + this.$t('Characters'), trigger: 'blur' } ],