修改认证目录中字符限制长度
This commit is contained in:
@@ -144,8 +144,8 @@
|
|||||||
],
|
],
|
||||||
detectionReportLocation:[
|
detectionReportLocation:[
|
||||||
{
|
{
|
||||||
max: 100,
|
max: 500,
|
||||||
message: this.$t('testReportLocation') + this.$t('cannotExceed') + 100 + this.$t('Characters'),
|
message: this.$t('testReportLocation') + this.$t('cannotExceed') + 500 + this.$t('Characters'),
|
||||||
trigger: 'blur'
|
trigger: 'blur'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user