账号格式校验调整

This commit is contained in:
joylink_fanyuhong 2024-11-20 09:15:10 +08:00
parent da04217a08
commit e6f6ac2b7e
1 changed files with 1 additions and 2 deletions

View File

@ -24,8 +24,7 @@
label="账号" label="账号"
lazy-rules lazy-rules
type="tel" type="tel"
mask="###########" :rules="[(val) => val.length || '请输入账号!']"
:rules="[(val) => val.length == 11 || '请输入正确手机格式!']"
/> />
<q-input <q-input