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 @@