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

This commit is contained in:
sunFlower
2022-10-24 15:00:20 +08:00
parent 702ce9c517
commit 744cea784d
2 changed files with 4 additions and 4 deletions
@@ -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'
}
],
@@ -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'
}
],