合并分支 'dev_third_stage' 到 'master'

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

查看合并请求 laws-nio/laws-weilai!199
This commit is contained in:
高嵩
2022-10-24 15:04:28 +08:00
2 changed files with 4 additions and 4 deletions
@@ -359,8 +359,8 @@
], ],
link: [ link: [
{ {
max: 100, max: 1000,
message: this.$t('link') + this.$t('cannotExceed') + 100 + this.$t('Characters'), message: this.$t('link') + this.$t('cannotExceed') + 1000 + this.$t('Characters'),
trigger: 'blur' trigger: 'blur'
} }
], ],
@@ -229,8 +229,8 @@
], ],
link: [ link: [
{ {
max: 100, max: 1000,
message: this.$t('link') + this.$t('cannotExceed') + 100 + this.$t('Characters'), message: this.$t('link') + this.$t('cannotExceed') + 1000 + this.$t('Characters'),
trigger: 'blur' trigger: 'blur'
} }
], ],