feat: There is no way the, bug #51861
This commit is contained in:
+2
@@ -4753,6 +4753,8 @@ export default {
|
||||
}
|
||||
if (item.attrLen && item.attrType === 'INPUT_STR' && item.attrField === 'DTQBBHBUSS') {
|
||||
rule.push({type: 'string', max: 500, message: '代替企标编号不能超过500个字符', trigger: 'change'})
|
||||
}else if(item.attrLen && item.attrType === 'INPUT_STR'){
|
||||
rule.push({type: 'string', max: item.attrLen, message: `${item.attrName}不能超过${item.attrLen}个字符`, trigger: 'change'})
|
||||
}
|
||||
if (item.attrLen && item.attrType !== 'DATE_PICKER' && item.attrType !== 'SEL_OPTION' && item.attrType !== 'SEL_OPTS' && item.attrType !== 'INPUT_STR') {
|
||||
rule.push({
|
||||
|
||||
Reference in New Issue
Block a user