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 @@