diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json index 67a80be..efc98b5 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -107,7 +107,10 @@ "lastWeek": "last week", "thisMonth": "this month", "lastMonth": "last month", - "today": "today" + "today": "today", + "female": "Female", + "male": "male", + "sex": "gender" }, "btn": { "add": "Add", @@ -143,5 +146,20 @@ "language": "Language", "languageKey": "LanguageKey", "showWay": "Show Way", - "table": "Table" -} \ No newline at end of file + "table": "Table", + "user": { + "phoneNumber": "cellphone number", + "registerTime": "Date created", + "basicInfo": "basic information", + "department": "Department", + "personalInfo": "Personal information", + "role": "own role", + "userEmail": "User mailbox", + "userName": "user name", + "changePwd": "change Password", + "confirmPwd": "Confirm Password", + "newPwd": "new password", + "oldPwd": "Old Password", + "nickName": "User's Nickname" + } +} diff --git a/src/i18n/lang/zh-cn.json b/src/i18n/lang/zh-cn.json index 6a69847..08956e7 100644 --- a/src/i18n/lang/zh-cn.json +++ b/src/i18n/lang/zh-cn.json @@ -107,7 +107,10 @@ "thisWeek": "本周", "lastWeek": "上周", "thisMonth": "本月", - "lastMonth": "上月" + "lastMonth": "上月", + "sex": "性别", + "male": "男", + "female": "女" }, "btn": { "add": "新增", @@ -140,6 +143,21 @@ "copy": "复制", "operate": "操作" }, + "user": { + "personalInfo": "个人信息", + "userName": "用户名称", + "phoneNumber": "手机号码", + "userEmail": "用户邮箱", + "department": "所属部门", + "role": "所属角色", + "registerTime": "创建日期", + "basicInfo": "基本资料", + "changePwd": "修改密码", + "oldPwd": "旧密码", + "newPwd": "新密码", + "confirmPwd": "确认密码", + "nickName": "用户昵称" + }, "language": "语言", "languageKey": "语言key", "showWay": "显示方式", diff --git a/src/i18n/lang/zh-tw.json b/src/i18n/lang/zh-tw.json index 9627822..f16eba8 100644 --- a/src/i18n/lang/zh-tw.json +++ b/src/i18n/lang/zh-tw.json @@ -107,7 +107,10 @@ "lastWeek": "上週", "thisMonth": "本月", "lastMonth": "上月", - "today": "今天" + "today": "今天", + "female": "女", + "male": "男", + "sex": "性別" }, "btn": { "add": "新增", @@ -143,5 +146,20 @@ "language": "語言", "languageKey": "語言key", "showWay": "顯示方式", - "table": "表格" -} \ No newline at end of file + "table": "表格", + "user": { + "phoneNumber": "手機號碼", + "registerTime": "創建日期", + "department": "所屬部門", + "personalInfo": "個人信息", + "role": "所屬角色", + "userEmail": "用戶郵箱", + "basicInfo": "基本資料", + "userName": "用戶名稱", + "changePwd": "修改密碼", + "confirmPwd": "確認密碼", + "newPwd": "新密碼", + "oldPwd": "舊密碼", + "nickName": "用戶暱稱" + } +} diff --git a/src/views/system/user/profile/index.vue b/src/views/system/user/profile/index.vue index 0969668..32dc608 100644 --- a/src/views/system/user/profile/index.vue +++ b/src/views/system/user/profile/index.vue @@ -5,7 +5,7 @@
@@ -14,29 +14,29 @@
@@ -47,17 +47,17 @@ - + - + - + diff --git a/src/views/system/user/profile/resetPwd.vue b/src/views/system/user/profile/resetPwd.vue index 14bec9c..dcb6463 100644 --- a/src/views/system/user/profile/resetPwd.vue +++ b/src/views/system/user/profile/resetPwd.vue @@ -1,17 +1,17 @@ diff --git a/src/views/system/user/profile/userInfo.vue b/src/views/system/user/profile/userInfo.vue index 5a7cefc..e306f70 100644 --- a/src/views/system/user/profile/userInfo.vue +++ b/src/views/system/user/profile/userInfo.vue @@ -1,23 +1,23 @@