添加大棚修复
parent
6980614cbc
commit
b4cd127ff2
|
|
@ -71,7 +71,7 @@ export default {
|
||||||
errorMessage: '{label}不合法!需为 {maxLength} 位!',
|
errorMessage: '{label}不合法!需为 {maxLength} 位!',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
pattern: /^\d{15}$/, // 核心正则
|
pattern: '^\\d{15}$', // 核心正则
|
||||||
errorMessage: '请输入15位纯数字编号'
|
errorMessage: '请输入15位纯数字编号'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue