diff --git a/src/views/system-resource/device-management/components/EquipmentSearch.vue b/src/views/system-resource/device-management/components/EquipmentSearch.vue index 98b5eb9..65b720c 100644 --- a/src/views/system-resource/device-management/components/EquipmentSearch.vue +++ b/src/views/system-resource/device-management/components/EquipmentSearch.vue @@ -1,208 +1,280 @@ - - - + + + + - 设备搜索 - - + + 搜索设备 + + - - - - - + + + + + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + - - - - + + + + + + + + + + + + + + + + + - - - - + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 搜索 - - - - - - 重置 - - - - + + + + + + + + 搜索 + + + + + + 重置 + + + 取消 + + + + + + diff --git a/src/views/system-resource/device-management/index.vue b/src/views/system-resource/device-management/index.vue index 3c84f8e..31669c2 100644 --- a/src/views/system-resource/device-management/index.vue +++ b/src/views/system-resource/device-management/index.vue @@ -1,23 +1,114 @@ - - + + + + + + + 设备中心 + + + 管理和监控企业设备资产,包括设备信息、状态跟踪、维护记录等 + + + + + + + + + + 新增设备 + + + + + - + + + + + + + + + + + {{ pagination.total }} + 设备总数 + + + + + + + + + + + + {{ getNormalCount() }} + 正常设备 + + + + + + + + + + + + {{ getInUseCount() }} + 使用中 + + + + + + + + + + + + {{ getMaintenanceCount() }} + 维护中 + + + + + + + + - 设备中心 - - - - - 新增设备 - + 设备列表 + + + + + + + 刷新 + + + + + + 导出 + + + @@ -129,7 +220,16 @@