From 92c9647c3b4828adacf6ceb1c9f78e3d1c0e757f Mon Sep 17 00:00:00 2001
From: Codewoc <947380458@qq.com>
Date: Sun, 15 Mar 2026 20:32:55 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7=E4=BF=A1?=
=?UTF-8?q?=E6=81=AF=EF=BC=8C=E5=A2=9E=E5=8A=A0=E8=81=8C=E7=A7=B0=E5=92=8C?=
=?UTF-8?q?=E8=81=8C=E4=BD=8D=E4=B8=A4=E4=B8=AA=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/system/user/index.ts | 2 ++
src/views/system/user/UserForm.vue | 16 ++++++++++++++++
src/views/system/user/index.vue | 12 ++++++++++++
3 files changed, 30 insertions(+)
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"
/>
+
+