This commit is contained in:
zzyuan 2025-07-17 14:38:51 +08:00
parent 3e2942ece5
commit 97a91216a8
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@
<el-input
v-model="form.userCode"
placeholder="请输入用户编码"
maxlength="30" @input="(v)=>(form.userCode=v.replace(/[^\d]/g,''))"
maxlength="30"
/>
</el-form-item>
</el-col>