diff --git a/YiJi-admin/src/views/YeWu/MainList.vue b/YiJi-admin/src/views/YeWu/MainList.vue
index fafd0fb..6a59964 100644
--- a/YiJi-admin/src/views/YeWu/MainList.vue
+++ b/YiJi-admin/src/views/YeWu/MainList.vue
@@ -119,12 +119,12 @@
- {{ scope.row.reg_num }}
+ {{ Number(scope.row.patient_type) !== 0 ? scope.row.reg_num : '' }}
- {{ scope.row.episodeid?.slice(-10) }}
+ {{ Number(scope.row.patient_type) === 0 ? scope.row.episodeid?.slice(-10) : '' }}
@@ -171,10 +171,10 @@
- 住院
- 门诊
- 急诊
- 体检
+ 住院
+ 门诊
+ 急诊
+ 体检
@@ -269,12 +269,12 @@
- {{ scope.row.reg_num }}
+ {{ Number(scope.row.patient_type) !== 0 ? scope.row.reg_num : '' }}
- {{ scope.row.episodeid?.slice(-10) }}
+ {{ Number(scope.row.patient_type) === 0 ? scope.row.episodeid?.slice(-10) : '' }}
@@ -312,10 +312,10 @@
- 住院
- 门诊
- 急诊
- 体检
+ 住院
+ 门诊
+ 急诊
+ 体检