From 76f58a69586ba72e367f7bd2b7589f7b68dab993 Mon Sep 17 00:00:00 2001 From: betaqi <3188864257@qq.com> Date: Thu, 11 Sep 2025 18:24:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=80=E8=B0=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/module/taks/index.ts | 1 + src/components/Edfs-dialog.vue | 2 +- .../stationData/components/offTransferDlg.vue | 8 +++++--- .../stationData/components/onLineTransferDlg.vue | 6 ++++-- src/views/stationData/transferData.vue | 1 + src/views/taskList/index.vue | 4 ++-- src/views/taskList/infoDrawer.vue | 16 ++++++++++++---- 7 files changed, 26 insertions(+), 12 deletions(-) diff --git a/src/api/module/taks/index.ts b/src/api/module/taks/index.ts index 76ff2d6..c689ae2 100644 --- a/src/api/module/taks/index.ts +++ b/src/api/module/taks/index.ts @@ -32,6 +32,7 @@ export interface TaskCreateParams { mode: 'import' | 'export' | 'update' startTime?: string endTime?: string + firmware?: string } export const createTask = (params: TaskCreateParams) => globalServer({ diff --git a/src/components/Edfs-dialog.vue b/src/components/Edfs-dialog.vue index 9f4aff8..03d2eef 100644 --- a/src/components/Edfs-dialog.vue +++ b/src/components/Edfs-dialog.vue @@ -23,7 +23,7 @@ inner-text="确定" /> - + diff --git a/src/views/stationData/components/offTransferDlg.vue b/src/views/stationData/components/offTransferDlg.vue index 37f8fc6..72cccdb 100644 --- a/src/views/stationData/components/offTransferDlg.vue +++ b/src/views/stationData/components/offTransferDlg.vue @@ -1,5 +1,6 @@