diff --git a/src/views/manage/patientInfo/index.vue b/src/views/manage/patientInfo/index.vue
index 27d0e45..3adf3df 100644
--- a/src/views/manage/patientInfo/index.vue
+++ b/src/views/manage/patientInfo/index.vue
@@ -4,80 +4,196 @@
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
@@ -88,10 +204,19 @@
-
+
-
+
{{ scope.row.sex == "MALE" ? "男" : "" }}
@@ -99,7 +224,12 @@
-
+
-
+
{{ parseTime(scope.row.visitDate, "{y}-{m}-{d}") }}
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
+
@@ -143,17 +313,33 @@
v-hasPermi="['manage:patientInfo:edit']">修改
删除 -->
- 详情
- 画像编辑
+ 详情
+ 画像编辑
-
+
-
+
@@ -335,6 +521,8 @@ export default {
this.total = response.total;
loading.close();
this.loading = false;
+ }).catch(() => {
+ loading.close();
});
},
/** 搜索按钮操作 */