Merge branch 'master' of https://git.5m.work/demo/zhiqi
This commit is contained in:
commit
53195f6882
|
|
@ -36,6 +36,8 @@
|
||||||
<el-form-item prop="password">
|
<el-form-item prop="password">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="loginForm.password"
|
v-model="loginForm.password"
|
||||||
|
disabled
|
||||||
|
readonly
|
||||||
:type="showPassword ? 'text' : 'password'"
|
:type="showPassword ? 'text' : 'password'"
|
||||||
size="large"
|
size="large"
|
||||||
auto-complete="off"
|
auto-complete="off"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue