修复周三测试提出的住数据bug

This commit is contained in:
hyt 2024-06-29 16:09:43 +08:00
parent ae39fb7512
commit afe1f11965
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ const optionFormRow = [
required: true,
fontSize: 16,
pattern: /^[a-z][a-z0-9_]{0,50}$/,
message: "须以小写字母开头,只能包含小写字母、数字和下划线,不能包含中文字符或其他符号。",
message: "须以小写字母开头,只能包含小写字母,数字和下划线,不能包含中文字符其他符号。",
disabledOfId: true,
},
],