修改法规月报的链接字段长度
This commit is contained in:
+2
-2
@@ -359,8 +359,8 @@
|
||||
],
|
||||
link: [
|
||||
{
|
||||
max: 1000,
|
||||
message: this.$t('link') + this.$t('cannotExceed') + 1000 + this.$t('Characters'),
|
||||
max: 5000,
|
||||
message: this.$t('link') + this.$t('cannotExceed') + 5000 + this.$t('Characters'),
|
||||
trigger: 'blur'
|
||||
}
|
||||
],
|
||||
|
||||
+2
-2
@@ -229,8 +229,8 @@
|
||||
],
|
||||
link: [
|
||||
{
|
||||
max: 1000,
|
||||
message: this.$t('link') + this.$t('cannotExceed') + 1000 + this.$t('Characters'),
|
||||
max: 5000,
|
||||
message: this.$t('link') + this.$t('cannotExceed') + 5000 + this.$t('Characters'),
|
||||
trigger: 'blur'
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user