fix:修改 i18n的password 为key 时 替换为pin

This commit is contained in:
zhangyu
2021-04-27 10:50:44 +08:00
parent fe6e77a6c3
commit d0a011c292
15 changed files with 84 additions and 74 deletions

View File

@@ -20,7 +20,7 @@
maxlength="64" placeholder="" show-word-limit size="small" type="text"></el-input>
</el-form-item>
<!--password-->
<el-form-item :label="$t('config.user.password')" prop="pin">
<el-form-item :label="$t('config.user.pin')" prop="pin">
<el-input id="account-input-password" v-model="editUser.pin" maxlength="16" placeholder=""
show-word-limit size="small" type="password" @blur="passwordBlur"></el-input>
</el-form-item>