From 1e02e0e8f36fb56656f23d412a8ab7efd5ada2d1 Mon Sep 17 00:00:00 2001 From: Flow <958079825@qq.com> Date: Wed, 13 Aug 2025 17:33:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/ecgworkstation/index.ts | 16 + src/views/analysis/ECG_workstation.vue | 401 +++++++++++++++++++++---- 2 files changed, 353 insertions(+), 64 deletions(-) diff --git a/src/api/ecgworkstation/index.ts b/src/api/ecgworkstation/index.ts index f856b71..fa2d80c 100644 --- a/src/api/ecgworkstation/index.ts +++ b/src/api/ecgworkstation/index.ts @@ -67,6 +67,22 @@ export const EcgworkstationApi = { }) }, + // 更新心电工作站患者信息文件名称 + updateFilename: async (data: EcgworkstationVO) => { + return await request.post({ + url: `/system/ecgworkstation/updateFilename`, + data + }) + }, + + //根据机构ID和检查ID查询PDF地址 + getPdfUrl: async (data: any) => { + return await request.post({ + url: `/system/ecgworkstation/getPdfUrl`, + data + }) + }, + // 下载文件 downloadFile: async (filename: string) => { return await request.download({ diff --git a/src/views/analysis/ECG_workstation.vue b/src/views/analysis/ECG_workstation.vue index 1d18822..16a174a 100644 --- a/src/views/analysis/ECG_workstation.vue +++ b/src/views/analysis/ECG_workstation.vue @@ -200,7 +200,6 @@ @click="() => handleCollect(row)" > - 采集 @@ -213,44 +212,44 @@ @click="handleAnalysis(row)" > - 分析 - + - - - + + + + @@ -318,7 +314,6 @@ > @@ -589,13 +584,56 @@ + + + +
+
+
+ + + +
+
+ +
+
+
+ + +