修复业务模块bug
This commit is contained in:
@@ -122,8 +122,7 @@ export const createOption = () => ({
|
||||
maxlength: 20,
|
||||
formslot: true,
|
||||
rules: [
|
||||
{ max: 20, message: '联系方式不能超过20个字', trigger: 'blur' },
|
||||
{ pattern: /^\d*$/, message: '联系方式只能输入数字', trigger: 'blur' },
|
||||
{ pattern: /^1[3-9]\d{9}$/, message: '联系方式格式不正确', trigger: 'blur' },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user