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
+