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 @@ > + +