userCode
This commit is contained in:
parent
3e2942ece5
commit
97a91216a8
|
|
@ -410,7 +410,7 @@
|
||||||
<el-input
|
<el-input
|
||||||
v-model="form.userCode"
|
v-model="form.userCode"
|
||||||
placeholder="请输入用户编码"
|
placeholder="请输入用户编码"
|
||||||
maxlength="30" @input="(v)=>(form.userCode=v.replace(/[^\d]/g,''))"
|
maxlength="30"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue