文档工具-虚拟认证清单-表单验证

This commit is contained in:
刘彦泽
2023-03-03 13:46:51 +08:00
parent a552d8b0ce
commit 98e2326672
@@ -166,12 +166,12 @@ export default {
name: [
{
required: true,
message: this.$t('VirtualListName') + this.$t('cannotEmpty'),
message: this.$t('CertificationListName') + this.$t('cannotEmpty'),
trigger: 'blur'
},
{
max: 100,
message: this.$t('VirtualListName') + this.$t('cannotExceed') + 100 + this.$t('Characters'),
message: this.$t('CertificationListName') + this.$t('cannotExceed') + 100 + this.$t('Characters'),
trigger: 'blur'
}
],