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 77c7b37cf..4797f1267 100644 --- a/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue +++ b/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue @@ -366,15 +366,15 @@ ], workProgressEn: [ { - max: 300, - message: this.$t('workProgressEn') + this.$t('cannotExceed') + 300 + this.$t('Characters'), + max: 5000, + message: this.$t('workProgressEn') + this.$t('cannotExceed') + 5000 + this.$t('Characters'), trigger: 'blur' } ], workProgressCn: [ { - max: 300, - message: this.$t('workProgressEn') + this.$t('cannotExceed') + 300 + this.$t('Characters'), + max: 5000, + message: this.$t('workProgressEn') + this.$t('cannotExceed') + 5000 + this.$t('Characters'), trigger: 'blur' } ], @@ -385,8 +385,8 @@ trigger: 'blur' }, { - max: 300, - message: this.$t('primaryCoverageEn') + this.$t('cannotExceed') + 300 + this.$t('Characters'), + max: 5000, + message: this.$t('primaryCoverageEn') + this.$t('cannotExceed') + 5000 + this.$t('Characters'), trigger: 'blur' } ], @@ -397,8 +397,8 @@ trigger: 'blur' }, { - max: 300, - message: this.$t('primaryCoverageCn') + this.$t('cannotExceed') + 300 + this.$t('Characters'), + max: 5000, + message: this.$t('primaryCoverageCn') + 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 834a90e1f..8d73e3bbe 100644 --- a/jero-web/src/views/businessSupport/regulationReport/components/modules/industryTemplate.vue +++ b/jero-web/src/views/businessSupport/regulationReport/components/modules/industryTemplate.vue @@ -241,8 +241,8 @@ trigger: 'blur' }, { - max: 300, - message: this.$t('primaryCoverageEn') + this.$t('cannotExceed') + 300 + this.$t('Characters'), + max: 5000, + message: this.$t('primaryCoverageEn') + this.$t('cannotExceed') + 5000 + this.$t('Characters'), trigger: 'blur' } ], @@ -253,8 +253,8 @@ trigger: 'blur' }, { - max: 300, - message: this.$t('primaryCoverageCn') + this.$t('cannotExceed') + 300 + this.$t('Characters'), + max: 5000, + message: this.$t('primaryCoverageCn') + this.$t('cannotExceed') + 5000 + this.$t('Characters'), trigger: 'blur' } ]