From 5f0c215bdc3c09f352c9ab76f1090e1ba0537ed2 Mon Sep 17 00:00:00 2001 From: sexygoat <1538832180@qq.com> Date: Wed, 29 Apr 2026 16:26:37 +0800 Subject: [PATCH] fix: status --- components/DeviceStatusCard.vue | 44 +++++++++++++++++++++------------ pages/index/index.vue | 10 ++++++-- 2 files changed, 36 insertions(+), 18 deletions(-) diff --git a/components/DeviceStatusCard.vue b/components/DeviceStatusCard.vue index 0e5624e..18f7083 100644 --- a/components/DeviceStatusCard.vue +++ b/components/DeviceStatusCard.vue @@ -20,15 +20,12 @@ IMEI:{{ deviceInfo.imei || '-' }} 手机号:{{ deviceInfo.bound_phone || '-' }} - - {{ statusText }} - 信号强度 - {{ getSignalText(deviceInfo.rssi) }} + {{ getSignalText(deviceInfo) }} 设备电量 @@ -43,8 +40,6 @@ \ No newline at end of file +