diff --git a/apps/web-antd/src/views/hazard/device/index.vue b/apps/web-antd/src/views/hazard/device/index.vue index f4fe2989..77513533 100644 --- a/apps/web-antd/src/views/hazard/device/index.vue +++ b/apps/web-antd/src/views/hazard/device/index.vue @@ -1,303 +1,315 @@ -function handleAdd() { - modalApi.setData({}); - modalApi.open(); + + + + + + + + + + + + + + 离线 + 在线 + + + + + + + 重置 + + 搜索 + + + + + + + + + + 设备列表 + + 导出 + 新增 + + + + + + + + + + {{ item.status === '1' ? '在线' : '离线' }} + + + + + + + + + + + + + + + + + + + + + + + + +