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