From 4a4573e51cef75a0acb67b5ab29fc3e7f7d79534 Mon Sep 17 00:00:00 2001 From: ywyonui Date: Fri, 26 Sep 2025 10:17:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E6=96=87=E4=BD=BF=E7=94=A8=E9=80=9A?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E9=99=84=E4=BB=B6=E9=A2=84=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BasicFile/preview.vue | 471 ++++++++++++- src/pages/view/routine/gwlz/gwFlow.vue | 911 +------------------------ src/utils/gwPageUtils.ts | 1 + src/utils/qjPageUtils.ts | 1 + src/utils/xkTfPageUtils.ts | 6 +- 5 files changed, 472 insertions(+), 918 deletions(-) diff --git a/src/components/BasicFile/preview.vue b/src/components/BasicFile/preview.vue index 9a8aade..3358fdc 100644 --- a/src/components/BasicFile/preview.vue +++ b/src/components/BasicFile/preview.vue @@ -52,11 +52,53 @@ 暂无附件 + + + + + + 文件下载 + + + + 文件名: + {{ downloadFileName }} + + + 下载路径: + 将下载到默认下载目录 + + + 点击确认后将开始下载文件 + + + + + 正在下载文件,请稍候... + + + + + + + + \ No newline at end of file diff --git a/src/pages/view/routine/gwlz/gwFlow.vue b/src/pages/view/routine/gwlz/gwFlow.vue index 1e7f0b7..4f46d85 100644 --- a/src/pages/view/routine/gwlz/gwFlow.vue +++ b/src/pages/view/routine/gwlz/gwFlow.vue @@ -1,6 +1,6 @@