From 1917360c65127e60d55e5d2b41b416678cfaf2d2 Mon Sep 17 00:00:00 2001 From: betaqi <3188864257@qq.com> Date: Mon, 3 Nov 2025 11:50:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AF=BC=E5=85=A5=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 2 +- src/views/stationData/index.vue | 4 ++-- .../stationData/topology/components/detailDrawer.vue | 2 +- .../stationData/transfer/components/deviceDrawer.vue | 2 +- .../transfer/components/onLineTransferDlg.vue | 2 +- src/views/stationData/transfer/index.vue | 12 ++++++++---- src/views/taskList/index.vue | 2 +- 7 files changed, 15 insertions(+), 11 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index 9ea71c4..2088e94 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -27,7 +27,7 @@ export const defaultRouter = [ name: 'data-transfer', component: () => import('@/views/stationData/transfer/index.vue'), meta: { - title: '数据迁移', + title: '数据导出', isShow: false, icon: '', }, diff --git a/src/views/stationData/index.vue b/src/views/stationData/index.vue index ea71de4..04c6255 100644 --- a/src/views/stationData/index.vue +++ b/src/views/stationData/index.vue @@ -47,7 +47,7 @@ - @@ -76,7 +76,7 @@