Commit dba0b094 authored by 张伯涛's avatar 张伯涛

修改

parent 00a09680
......@@ -783,7 +783,7 @@ export default {
{ required: true, message: "请输入身份证号码", trigger: "blur" },
{
required: true,
pattern: /^\d{15}|\d{18}$/,
pattern: /(^[1-9]\d{5}(18|19|([23]\d))\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$)|(^[1-9]\d{5}\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{2}$)/,
message: "请输入正确的身份证号码",
trigger: "blur"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment