From f27bbacb1edf2b423bd88b40a70d19f32e37148e Mon Sep 17 00:00:00 2001 From: luo Date: Mon, 6 Jul 2026 17:52:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AE=BE=E5=A4=87=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=9A=84=E4=B8=A4=E4=B8=AA=E6=B5=81=E9=87=8F?= =?UTF-8?q?=E6=94=BE=E5=88=B0=E5=90=8C=E4=B8=80=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../asset-information/components/BasicInfoCard.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/asset-management/asset-information/components/BasicInfoCard.vue b/src/views/asset-management/asset-information/components/BasicInfoCard.vue index 2a46a4d..2dded3b 100644 --- a/src/views/asset-management/asset-information/components/BasicInfoCard.vue +++ b/src/views/asset-management/asset-information/components/BasicInfoCard.vue @@ -165,9 +165,6 @@ {{ formatDateTime(cardInfo?.last_online_time) || '-' }} - {{ - formatDateTime(deviceRealtime?.last_sync_time) || '-' - }} {{ cardInfo?.sn || '-' }} {{ formatUsageSummaryMb(cardInfo?.total_virtual_used_mb) }} @@ -175,6 +172,9 @@ {{ formatUsageSummaryMb(cardInfo?.total_virtual_remaining_mb) }} + {{ + formatDateTime(deviceRealtime?.last_sync_time) || '-' + }}