限制密码输入框打中文
This commit is contained in:
parent
7661c18ed6
commit
392cfc467c
|
|
@ -44,6 +44,7 @@
|
|||
<el-input
|
||||
v-model="formData.password"
|
||||
show-password
|
||||
type="password"
|
||||
placeholder="请输入密码"
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
|
|
@ -53,6 +54,7 @@
|
|||
<el-input
|
||||
v-model="formData.password_confirm"
|
||||
show-password
|
||||
type="password"
|
||||
placeholder="请输入确认密码"
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
|
|
|
|||
Loading…
Reference in New Issue