标签管理和标签内容管理中新增字段或配置字典时,禁止输入逗号
This commit is contained in:
@@ -222,7 +222,8 @@
|
|||||||
],
|
],
|
||||||
dbFieldEnName: [
|
dbFieldEnName: [
|
||||||
{ required: true, message: this.$t('PleaseEnterYourEnglishName'), trigger: 'change' },
|
{ required: true, message: this.$t('PleaseEnterYourEnglishName'), trigger: 'change' },
|
||||||
{ max: 50, message: this.$t('cantExeed') + '50' + this.$t('characters'), trigger: 'blur' }
|
{ max: 50, message: this.$t('cantExeed') + '50' + this.$t('characters'), trigger: 'blur' },
|
||||||
|
{ validator: this.test }
|
||||||
],
|
],
|
||||||
fieldShowType: [
|
fieldShowType: [
|
||||||
{ required: true, message: this.$t('PleaseSelectAttributeType'), trigger: 'change' }
|
{ required: true, message: this.$t('PleaseSelectAttributeType'), trigger: 'change' }
|
||||||
|
|||||||
Reference in New Issue
Block a user