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 4797f1267..864332d2e 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: 100, - message: this.$t('link') + this.$t('cannotExceed') + 100 + this.$t('Characters'), + max: 1000, + message: this.$t('link') + this.$t('cannotExceed') + 1000 + 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 8d73e3bbe..f9ecf20f6 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: 100, - message: this.$t('link') + this.$t('cannotExceed') + 100 + this.$t('Characters'), + max: 1000, + message: this.$t('link') + this.$t('cannotExceed') + 1000 + this.$t('Characters'), trigger: 'blur' } ],