From 476c5ea0820d9825f19e853b47cc3fdeafa5dc16 Mon Sep 17 00:00:00 2001 From: wuyy Date: Fri, 3 Jul 2026 18:04:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=91=E5=AE=A4=E7=AE=A1=E7=90=86=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/api/system/dept.ts | 4 ++++ src/views/doctor/application/index.vue | 17 ++++++++++--- src/views/liswork/dict/index.vue | 3 ++- src/views/nurses/record/index.vue | 2 +- src/views/system/dept/index.vue | 33 ++++++++++++++++++++++---- 5 files changed, 50 insertions(+), 9 deletions(-) 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 +*/ +