From fc1598be6c281ea2fa12e5cf6849029b2914773a Mon Sep 17 00:00:00 2001 From: betaqi <3188864257@qq.com> Date: Wed, 4 Jun 2025 19:01:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=80=E4=BA=9B=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- src/stores/transferData.ts | 1 + src/views/layout/index.vue | 2 +- src/views/stationData/components/offTransferDlg.vue | 9 +++++---- src/views/stationData/index.vue | 7 ++++--- src/views/stationData/transferData.vue | 13 ++++++++----- 6 files changed, 20 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index 29d8565..330b5f6 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - Vite App + EMU-主机运维平台 diff --git a/src/stores/transferData.ts b/src/stores/transferData.ts index 3b2f15d..240e383 100644 --- a/src/stores/transferData.ts +++ b/src/stores/transferData.ts @@ -53,6 +53,7 @@ export const useTransferDataStore = defineStore('transfer', () => { if (hasDevice) { hasDevice.lastUpdated = Date.now() hasDevice.status = '在线' + hasDevice.footprint = formatSizeFromKB(Number(feedback[4] || 0)) } else { const num = feedback[4] || 0 const device: IOnlineDevice = { diff --git a/src/views/layout/index.vue b/src/views/layout/index.vue index 43c11bb..26f4c39 100644 --- a/src/views/layout/index.vue +++ b/src/views/layout/index.vue @@ -13,7 +13,7 @@ fill="currentColor">

- 数据迁移管理平台 + EMU-主机运维平台

diff --git a/src/views/stationData/components/offTransferDlg.vue b/src/views/stationData/components/offTransferDlg.vue index 75ef74c..4b0122d 100644 --- a/src/views/stationData/components/offTransferDlg.vue +++ b/src/views/stationData/components/offTransferDlg.vue @@ -1,12 +1,13 @@ - +
@@ -71,7 +72,7 @@
-
迁移时间
+
导入时间
{{ item.create_time }}
diff --git a/src/views/stationData/transferData.vue b/src/views/stationData/transferData.vue index 94dfeac..3fe21b4 100644 --- a/src/views/stationData/transferData.vue +++ b/src/views/stationData/transferData.vue @@ -12,7 +12,7 @@