From a6f5edea4b5158954cabae6c36d22b18ec110272 Mon Sep 17 00:00:00 2001 From: yinq Date: Wed, 5 Nov 2025 18:13:39 +0800 Subject: [PATCH] =?UTF-8?q?1.0.27=20=E9=83=A8=E9=97=A8=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=88=86=E7=AE=A1=E5=89=AF=E6=80=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/dept/types.ts | 3 +++ src/views/system/dept/index.vue | 33 ++++++++++++++++++++++++++++----- 2 files changed, 31 insertions(+), 5 deletions(-) diff --git a/src/api/system/dept/types.ts b/src/api/system/dept/types.ts index adaefd2..d0806da 100644 --- a/src/api/system/dept/types.ts +++ b/src/api/system/dept/types.ts @@ -20,6 +20,8 @@ export interface DeptVO extends BaseEntity { deptCategory: string; orderNum: number; leader: string; + vicePresident: number | string; + vicePresidentName: string; phone: string; email: string; status: string; @@ -52,6 +54,7 @@ export interface DeptForm { deptCategory?: string; orderNum?: number; leader?: string; + vicePresident?: number | string; phone?: string; email?: string; status?: string; diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index baadca6..0d13a4f 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -48,6 +48,8 @@ > + +