From 0b178883255cb8b65f7a5627dd346efb3e26b87e Mon Sep 17 00:00:00 2001
From: ysn <2126564605@qq.com>
Date: Tue, 19 May 2026 10:32:19 +0800
Subject: [PATCH] =?UTF-8?q?=E7=97=85=E4=BE=8B=E5=BA=93-=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E6=90=AD=E5=BB=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/cases/components/CaseFormDialog.vue | 428 +++++++
src/views/cases/index.vue | 1103 ++++++-----------
2 files changed, 776 insertions(+), 755 deletions(-)
create mode 100644 src/views/cases/components/CaseFormDialog.vue
diff --git a/src/views/cases/components/CaseFormDialog.vue b/src/views/cases/components/CaseFormDialog.vue
new file mode 100644
index 0000000..d1ea84d
--- /dev/null
+++ b/src/views/cases/components/CaseFormDialog.vue
@@ -0,0 +1,428 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.label }}
+
+ {{ item.category }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/cases/index.vue b/src/views/cases/index.vue
index 605b86b..cd2faec 100644
--- a/src/views/cases/index.vue
+++ b/src/views/cases/index.vue
@@ -104,26 +104,44 @@
-
+
+
+
+
+
+
+
+
-
+
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- 查询
-
-
- 重置
-
+
+
+
-
-
-
-
+
+
+ 搜索
+
+
+ 重置
+
+
新增
-
-
-
-
-
-
-
- {{
- scope.row.patientName
- ? scope.row.patientName.replace(/^(.).*(.)$/, "$1***$2")
- : "-"
- }}
-
-
-
-
-
- {{ genderList.find((i) => i.value == scope.row.gender).label || "-" }}
-
-
-
-
- {{ scope.row.age || "" }}
- {{
- ageUnitList.find((i) => i.value == scope.row.ageUnit).label || ""
- }}
-
-
-
-
+
+ 删除
+
+
+ 导出
+
+
+ {{ showSearch ? "收起" : "展开" }}
+
+
+
+
+
+
+
+
+
- {{ scope.row.customPart || scope.row.checkPart || "-" }}
+
-
+
+
+
- {{
- checkTypeList.find((i) => i.value == scope.row.checkType).label ||
- "-"
- }}
+
-
+
+
+
+
- {{
- checkResultList.find((i) => i.value == scope.row.checkResult)
- .label || "-"
- }}
+
-
-
- {{
- checkRoomList.find((i) => i.value == scope.row.checkRoom).label ||
- "-"
- }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
- 查看
+ 修改
- 编辑
+ 删除
+
+
+ 查看
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ item.label }}
-
- {{ item.category }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
\ No newline at end of file
+
+
+
\ No newline at end of file