feat: There is no way the,

This commit is contained in:
super_liu
2021-12-30 16:44:40 +08:00
parent 34e3a6ca1b
commit cd9a47e60d
36 changed files with 37 additions and 37 deletions
@@ -1918,7 +1918,7 @@ export default {
standName: [
{required: true, message: '中文名称不能为空', trigger: 'change'},
{type: 'string', max: 500, message: '中文名称不能超过500个字符', trigger: 'change'},
{validator: this.verify.valiateName, trigger: 'change'}
{validator: this.verify.checkSpecialCharacterOftags, trigger: 'change'}
],
standEnName: [
{required: true, message: '英文名称不能为空', trigger: 'change'},