修复周三测试提出的住数据bug
This commit is contained in:
parent
ae39fb7512
commit
afe1f11965
|
@ -48,7 +48,7 @@ const optionFormRow = [
|
||||||
required: true,
|
required: true,
|
||||||
fontSize: 16,
|
fontSize: 16,
|
||||||
pattern: /^[a-z][a-z0-9_]{0,50}$/,
|
pattern: /^[a-z][a-z0-9_]{0,50}$/,
|
||||||
message: "必须以小写字母开头,只能包含小写字母、数字和下划线,不能包含中文字符或其他符号。",
|
message: "须以小写字母开头,只能包含小写字母,数字和下划线,不能包含中文字符其他符号。",
|
||||||
disabledOfId: true,
|
disabledOfId: true,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue