+
+
+
+ {{ totalCount }}
+ 设备总数
+
+
+
+ {{ onlineCount }}
+ 在线
+
+
+
+ {{ offlineCount }}
+ 离线
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ row.hostname }}
+
{{ row.ip_address }}
+
+
+
+
+
+
+
+
+ {{ row.status === 'online' ? '在线' : '离线' }}
+
+
+
+
+
+ {{ row.group_name || '默认' }}
+
+
+
+
+
+
+ {{ Math.round(row.cpu_usage ?? 0) }}%
+
+
+
+
+
+
+
+ {{ Math.round(row.memory_usage ?? 0) }}%
+
+
+
+
+
+ {{ row.os_version || '-' }}
+
+
+
+
+ {{ formatTime(row.last_heartbeat) }}
+
+
+
+
+ handleAction(cmd, row)">
+
+
+
+ 查看详情
+ 移动到分组
+
+ 移除设备
+
+
+
+
+
+
+
+
+
+
+
+