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