设备管理

设备筛选

设备列表

@if (listType === 'list') { @for (device of deviceList; track device.id) { }
设备ID 设备名称 类型 位置 状态 健康指数 最后维护 操作
} @if (listType === 'card') {
@for (device of deviceList; track device.id) { }
}
@if (isAddModalVisible) { }