系统配置:把销售协议的字段长度限制改为400字符以内
This commit is contained in:
@@ -197,7 +197,7 @@
|
|||||||
},
|
},
|
||||||
saleAgreement:{
|
saleAgreement:{
|
||||||
rules: [
|
rules: [
|
||||||
{ min: 2, max: 200, message: '长度在 2 到 200 个字符', trigger: 'blur' }
|
{ min: 2, max: 400, message: '长度在 2 到 400 个字符', trigger: 'blur' }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user