修改法规月报的链接字段长度
This commit is contained in:
+2
-2
@@ -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'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
+2
-2
@@ -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'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user