合并分支 'dev_third_stage' 到 'master'
修改法规月报的链接字段长度 查看合并请求 laws-nio/laws-weilai!199
This commit is contained in:
+2
-2
@@ -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'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
+2
-2
@@ -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'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user