diff --git a/src/types/api/system/dept.ts b/src/types/api/system/dept.ts index ff29ba5..ee759c2 100644 --- a/src/types/api/system/dept.ts +++ b/src/types/api/system/dept.ts @@ -18,6 +18,10 @@ export interface SysDept extends BaseEntity { ancestors?: string; /** 部门名称 */ deptName?: string; + /** 部门编码 */ + deptCode?: string; + /** 部门类别 */ + deptType?: string; /** 显示顺序 */ orderNum?: number; /** 负责人 */ diff --git a/src/views/doctor/application/index.vue b/src/views/doctor/application/index.vue index 1341ffa..e58a790 100644 --- a/src/views/doctor/application/index.vue +++ b/src/views/doctor/application/index.vue @@ -1,3 +1,10 @@ +/** +* @file index.vue +* @description: 输血申请 +* @author: w +* @since: 2026-06-30 +*/ +