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