From 48309fcaa43d6b4a4b43f31d38220ccca6461625 Mon Sep 17 00:00:00 2001
From: HuangShun <148689675+huabuweixin@users.noreply.github.com>
Date: Fri, 30 Jan 2026 15:31:01 +0800
Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=8256=20=E6=A3=80=E6=9F=A5?=
=?UTF-8?q?=E9=A1=B9=E7=9B=AE=E8=AE=BE=E7=BD=AE-=E3=80=8B=E6=A3=80?=
=?UTF-8?q?=E6=9F=A5=E7=B1=BB=E5=9E=8B=E7=BB=B4=E6=8A=A4=EF=BC=9B=E5=9C=A8?=
=?UTF-8?q?check=5Ftype=E8=A1=A8=E4=B8=AD=E5=A2=9E=E5=8A=A0=E4=B8=80?=
=?UTF-8?q?=E4=B8=AAparent=5Fid=E5=AD=97=E6=AE=B5=E7=94=A8=E4=BA=8E?=
=?UTF-8?q?=E7=88=B6=E8=A1=8C=E4=B8=8E=E5=AD=90=E8=A1=8C=E7=BB=91=E5=AE=9A?=
=?UTF-8?q?=EF=BC=9B=E4=BF=AE=E6=94=B9=E6=89=A7=E8=A1=8C=E7=A7=91=E5=AE=A4?=
=?UTF-8?q?=E4=B8=8B=E6=8B=89=E5=AD=97=E5=85=B8=E7=9A=84=E6=95=B0=E6=8D=AE?=
=?UTF-8?q?=E6=9D=A5=E6=BA=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../com/openhis/check/domain/CheckType.java | 3 +
.../checkprojectSettings/index.vue | 358 +++++++++++++-----
2 files changed, 273 insertions(+), 88 deletions(-)
diff --git a/openhis-server-new/openhis-domain/src/main/java/com/openhis/check/domain/CheckType.java b/openhis-server-new/openhis-domain/src/main/java/com/openhis/check/domain/CheckType.java
index 5a17bfa7..e0173bc3 100644
--- a/openhis-server-new/openhis-domain/src/main/java/com/openhis/check/domain/CheckType.java
+++ b/openhis-server-new/openhis-domain/src/main/java/com/openhis/check/domain/CheckType.java
@@ -52,6 +52,9 @@ public class CheckType {
/** 更新时间 */
private LocalDateTime updateTime;
+ /** 父级ID */
+ private Long parentId;
+
/**
* 禁用逻辑删除,因为数据库表中没有delete_flag字段
*/
diff --git a/openhis-ui-vue3/src/views/maintainSystem/checkprojectSettings/index.vue b/openhis-ui-vue3/src/views/maintainSystem/checkprojectSettings/index.vue
index 82078051..40d221d8 100644
--- a/openhis-ui-vue3/src/views/maintainSystem/checkprojectSettings/index.vue
+++ b/openhis-ui-vue3/src/views/maintainSystem/checkprojectSettings/index.vue
@@ -84,10 +84,10 @@
-
| {{ item.row }} |
@@ -177,7 +177,7 @@
✕