From 92055315410b53c32417b7dc963c2d39912e1ced Mon Sep 17 00:00:00 2001 From: betaqi <3188864257@qq.com> Date: Tue, 30 Sep 2025 18:17:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=80=E4=BA=9B=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/transferData.ts | 2 ++ src/views/stationData/topology/index.vue | 6 +++--- .../stationData/transfer/components/offTransferDlg.vue | 3 ++- .../stationData/transfer/components/onLineTransferDlg.vue | 2 +- src/views/stationData/transfer/index.vue | 7 ++++--- 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/src/stores/transferData.ts b/src/stores/transferData.ts index 02af979..9d1c436 100644 --- a/src/stores/transferData.ts +++ b/src/stores/transferData.ts @@ -61,6 +61,8 @@ export const useTransferDataStore = defineStore('transfer', () => { hasDevice.lastUpdated = Date.now() hasDevice.status = '在线' hasDevice.footprint = formatSizeFromKB(Number(feedback[4] || 0)) + hasDevice.clientIp = feedback[4] + hasDevice.versions = feedback[3] ?? '--' } else { const num = feedback[4] || 0 const device: IOnlineDevice = { diff --git a/src/views/stationData/topology/index.vue b/src/views/stationData/topology/index.vue index 0d5fc89..6ec6028 100644 --- a/src/views/stationData/topology/index.vue +++ b/src/views/stationData/topology/index.vue @@ -1,7 +1,7 @@