|
|
@@ -1,5 +1,5 @@
|
|
1
|
1
|
<template>
|
|
2
|
|
- <el-dialog v-model="visible" width="45%">
|
|
|
2
|
+ <el-dialog v-model="visible" width="45%" :show-close="false">
|
|
3
|
3
|
<el-form ref="cpwd" :model="changePwdForm" :rules="chagePwdRules" label-width="130px" label-position="left" style="margin-top: 20px">
|
|
4
|
4
|
<el-form-item :label="T('Old PassWD')" prop="old_password">
|
|
5
|
5
|
<el-input v-model="changePwdForm.old_password" :placeholder="T('For OIDC login without a password, enter any 4-20 letters')" show-password></el-input>
|