mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
修改长度
This commit is contained in:
@@ -361,13 +361,14 @@ export default {
|
||||
message: "请输入运营商名称",
|
||||
trigger: "blur",
|
||||
},
|
||||
{ min: 1, max: 35, message: '长度在 1 到 35 个字符', trigger: 'blur' }
|
||||
],
|
||||
organizationCode: [
|
||||
{
|
||||
required: true,
|
||||
message: "请输入组织机构代码",
|
||||
trigger: "blur",
|
||||
},
|
||||
}
|
||||
],
|
||||
address: [
|
||||
{ required: true, message: "请输入地址", trigger: "blur" },
|
||||
|
||||
Reference in New Issue
Block a user