1
0
go-view-fetch/src/packages/components/Charts/MyComponents/DeviceStatus/data.json

9 lines
347 B
JSON
Raw Normal View History

2025-08-20 12:44:02 +08:00
{
"source": [
{ "label": "设备总数", "value": 108, "unit": "个", "icon": "database" },
{ "label": "在线设备", "value": 100, "unit": "个", "icon": "wifi" },
{ "label": "离线设备", "value": 8, "unit": "个", "icon": "exclamation-circle" },
{ "label": "故障设备", "value": 2, "unit": "个", "icon": "tool" }
]
}