修改认证目录中字符限制长度

This commit is contained in:
高嵩
2023-06-26 17:06:06 +08:00
parent a799b10f1b
commit fda5a0dd31
@@ -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'
}
],