diff --git a/template/nestJs/locales.json b/template/nestJs/locales.json index 52ca77c2..72b14080 100644 --- a/template/nestJs/locales.json +++ b/template/nestJs/locales.json @@ -1053,6 +1053,7 @@ "menu.user.setting": "用户设置", "userSetting.save": "保存", "userSetting.cancel": "取消", + "userSetting.reset": "重置", "userSetting.department": "所属部门:", "userSetting.position": "职位:", "userSetting.type": "招聘类型:", diff --git a/template/springboot/src/main/resources/locales.json b/template/springboot/src/main/resources/locales.json index 9056881d..ae885aab 100644 --- a/template/springboot/src/main/resources/locales.json +++ b/template/springboot/src/main/resources/locales.json @@ -987,6 +987,7 @@ "menu.user.setting": "用户设置", "userSetting.save": "保存", "userSetting.cancel": "取消", + "userSetting.reset": "重置", "userSetting.department": "所属部门:", "userSetting.position": "职位:", "userSetting.type": "招聘类型:", diff --git a/template/tinyvue/src/components/navbar/index.vue b/template/tinyvue/src/components/navbar/index.vue index af730c81..80401a83 100644 --- a/template/tinyvue/src/components/navbar/index.vue +++ b/template/tinyvue/src/components/navbar/index.vue @@ -5,6 +5,7 @@ import { Form as TinyForm, FormItem as TinyFormItem, Input as TinyInput, + Layout as TinyLayout, Modal as TinyModal, Row as TinyRow, UserHead as TinyUserHead, @@ -240,11 +241,11 @@ async function handlePwdUpdateSubmit() {