diff --git a/src/views/cases/index.vue b/src/views/cases/index.vue
index cd2faec..605b86b 100644
--- a/src/views/cases/index.vue
+++ b/src/views/cases/index.vue
@@ -104,44 +104,26 @@
-
-
-
-
-
-
-
-
+
-
+
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
+ 查询
+
+
+ 重置
+
-
-
- 搜索
-
-
- 重置
-
-
+
+
+
+
新增
-
- 删除
-
-
- 导出
-
-
- {{ showSearch ? "收起" : "展开" }}
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
+ {{
+ 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 || ""
+ }}
-
-
-
-
-
+
+
+ {{ 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