diff --git a/src/api/system/user/index.ts b/src/api/system/user/index.ts index 36776ea24..5c5b00ae6 100644 --- a/src/api/system/user/index.ts +++ b/src/api/system/user/index.ts @@ -13,6 +13,8 @@ export interface UserVO { loginIp: string status: number remark: string + title: string + position: string loginDate: Date createTime: Date } diff --git a/src/views/system/user/UserForm.vue b/src/views/system/user/UserForm.vue index 89498e034..3e0280921 100644 --- a/src/views/system/user/UserForm.vue +++ b/src/views/system/user/UserForm.vue @@ -81,6 +81,18 @@ + + + + + + + + + + + + @@ -124,6 +136,8 @@ const formData = ref({ sex: undefined, postIds: [], remark: '', + title: '', + position: '', status: CommonStatusEnum.ENABLE, roleIds: [] }) @@ -211,6 +225,8 @@ const resetForm = () => { sex: undefined, postIds: [], remark: '', + title: '', + position: '', status: CommonStatusEnum.ENABLE, roleIds: [] } diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 566451728..24d015caf 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -126,6 +126,18 @@ prop="deptName" :show-overflow-tooltip="true" /> + +