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) || '-' + }}