From a52021572a6d8613d3f11522eb202abd236a7f24 Mon Sep 17 00:00:00 2001 From: sjl <1716605279@qq.com> Date: Mon, 22 Dec 2025 15:13:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=B8=8B=E8=BD=BD=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/fileDownLoad.ts | 4 +- .../terminal/userLedger/components/detail.vue | 5 + .../pqs/supervise/harmonicSurvey/detail.vue | 5 + .../supervise/harmonicSurvey/plan/detail.vue | 5 + .../supervise/harmonicSurvey/test/detail.vue | 6 + .../normalizationManager/detail.vue | 5 + .../normalization/detail.vue | 5 + .../components/undocumented/detail.vue | 888 +++++++++--------- .../pqs/supervise/plan/components/detail.vue | 5 + src/views/pqs/supervise/retire/detail.vue | 5 + src/views/pqs/supervise/technology/detail.vue | 5 + .../supervise/terminal/components/detail.vue | 5 + .../components/cycleDetection/detail.vue | 5 + .../components/jointDebugList/detail.vue | 5 + .../components/monitorpoint/detail.vue | 5 + .../components/terminainal/detail.vue | 6 + .../supervise/testRun/components/detail.vue | 5 + 17 files changed, 529 insertions(+), 440 deletions(-) diff --git a/src/utils/fileDownLoad.ts b/src/utils/fileDownLoad.ts index fcbf0d00..13792e7f 100644 --- a/src/utils/fileDownLoad.ts +++ b/src/utils/fileDownLoad.ts @@ -1,7 +1,7 @@ import { downloadFile } from '@/api/system-boot/file' // 下载文件 -export const download = (urls: string) => { - console.log("🚀 ~ download ~ urls:", urls) +export const download = (urls: any) => { + downloadFile({ filePath: urls }).then((res: any) => { let blob = new Blob([res], { type: urls.includes('.pdf') diff --git a/src/views/pqs/business/terminal/userLedger/components/detail.vue b/src/views/pqs/business/terminal/userLedger/components/detail.vue index 78cf3e3d..9c60651f 100644 --- a/src/views/pqs/business/terminal/userLedger/components/detail.vue +++ b/src/views/pqs/business/terminal/userLedger/components/detail.vue @@ -1,5 +1,9 @@ + + + + {{ detailData.city }} @@ -208,6 +212,7 @@ }} +