修改法规月报的链接字段长度

This commit is contained in:
sunFlower
2022-10-24 15:47:58 +08:00
parent 744cea784d
commit 33343c438d
2 changed files with 4 additions and 4 deletions
@@ -359,8 +359,8 @@
], ],
link: [ link: [
{ {
max: 1000, max: 5000,
message: this.$t('link') + this.$t('cannotExceed') + 1000 + this.$t('Characters'), message: this.$t('link') + this.$t('cannotExceed') + 5000 + this.$t('Characters'),
trigger: 'blur' trigger: 'blur'
} }
], ],
@@ -229,8 +229,8 @@
], ],
link: [ link: [
{ {
max: 1000, max: 5000,
message: this.$t('link') + this.$t('cannotExceed') + 1000 + this.$t('Characters'), message: this.$t('link') + this.$t('cannotExceed') + 5000 + this.$t('Characters'),
trigger: 'blur' trigger: 'blur'
} }
], ],