[bug修复]

3151 人员列表 没有按照排序进行排序
前端校验规则更改
pet^2
liujun 2024-12-11 17:38:51 +08:00
parent ca544ad0c9
commit ccb0038ca2
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ export default {
{ min: 2, max: 30, message: '长度在 2 到 30 个字符', trigger: 'blur' }],
NUMBER_OF_PEOPLE: [
{ required: true, message: '人数不能为空', trigger: 'blur' },
{ min: 1, max: 4, message: '人员数太多', trigger: 'blur' }
{ min: 1, max: 4, message: '人员数太多', trigger: 'change' }
]
},
form: {