bug修改

This commit is contained in:
caoyang
2022-03-09 10:26:48 +08:00
parent f4b834726d
commit 100a7f4962
6 changed files with 54 additions and 22 deletions
@@ -335,6 +335,16 @@
message: res.db_field_txt + '不能为空',
trigger: 'blur'
})
if(res.db_field_name=='standNumber'){
rule.push(
{ min:1, max: 200, message: this.$t('cantExeed')+'200'+this.$t('characters'), trigger: 'blur' },
)
}else if(res.db_field_name=='standName'){
rule.push(
{ min:1, max: 200, message: this.$t('cantExeed')+'200'+this.$t('characters'), trigger: 'blur' },
)
}
} else if (res.field_show_type === 'CHECKBOX' || res.field_show_type === 'list_multi' ||
res.field_show_type === 'date' || res.field_show_type === 'file') {
rule.push({