diff --git a/src/views/DeviceList.vue b/src/views/DeviceList.vue
index 54708f0..d799bc4 100644
--- a/src/views/DeviceList.vue
+++ b/src/views/DeviceList.vue
@@ -425,7 +425,15 @@ export default {
prop="DeviceStatus"
label="设备状态"
width="80"
- >
+ >
+
+ {{ scope.row.DeviceStatus === "在线" ? '在线' : '离线' }}
+
+
+