diff --git a/src/i18n/langs/en.js b/src/i18n/langs/en.js index 671dcbf..81132fc 100644 --- a/src/i18n/langs/en.js +++ b/src/i18n/langs/en.js @@ -142,6 +142,7 @@ module.exports = { newpassword: 'New Password', operationfailed: 'Operation failed', loading: 'Loading', + pleaseselect: 'Please select', toast1: 'Old password cannot be empty', toast2: 'The new password cannot be empty', toast3: 'Enter a new password', diff --git a/src/i18n/langs/zh.js b/src/i18n/langs/zh.js index 6c6a347..b0bd9c6 100644 --- a/src/i18n/langs/zh.js +++ b/src/i18n/langs/zh.js @@ -142,6 +142,7 @@ module.exports = { newpassword: '新的密码', operationfailed: '操作失败', loading: '加载中', + pleaseselect: '请选择', toast1: '旧密码不能为空', toast2: '新密码不能为空', toast3: '输入新密码', diff --git a/src/pages/modules/systemmanage/user.vue b/src/pages/modules/systemmanage/user.vue index 5b2f995..8822424 100644 --- a/src/pages/modules/systemmanage/user.vue +++ b/src/pages/modules/systemmanage/user.vue @@ -107,7 +107,7 @@