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' } ],