From 1dbf5f34f884c308fccef7106e2c62a180e366e6 Mon Sep 17 00:00:00 2001 From: shidongli Date: Tue, 31 Dec 2024 15:21:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=82=A3=E8=80=85=E6=A1=A3?= =?UTF-8?q?=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/patientInfo/index.vue | 292 ++++++++++++++++++++----- 1 file changed, 240 insertions(+), 52 deletions(-) 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 @@
- + - + - + - + - - - - - - + + + + + + @@ -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(); }); }, /** 搜索按钮操作 */