From 21520b88b7742f25379d2eee1e63f761e0f50985 Mon Sep 17 00:00:00 2001 From: lxd <1004405501@qq.com> Date: Mon, 23 Dec 2024 09:58:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E8=BF=94=E4=BF=AE=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/user/index.ts | 1 + src/views/ECG/ECGCompare.vue | 12 ++++++++---- src/views/ECG/ECGForm.vue | 2 +- src/views/system/user/UserForm.vue | 12 ++++++++++-- 4 files changed, 20 insertions(+), 7 deletions(-) diff --git a/src/api/system/user/index.ts b/src/api/system/user/index.ts index 64339c49..4d069320 100644 --- a/src/api/system/user/index.ts +++ b/src/api/system/user/index.ts @@ -20,6 +20,7 @@ export interface UserVO { isimageexamine:string doctorID:string doctorname:string + isrepairexamine:string } // 查询用户管理列表 diff --git a/src/views/ECG/ECGCompare.vue b/src/views/ECG/ECGCompare.vue index 68c7126a..4aff1720 100644 --- a/src/views/ECG/ECGCompare.vue +++ b/src/views/ECG/ECGCompare.vue @@ -1,6 +1,6 @@