feat(@vben/web-antd): 新增区域设备可视化管理页面

左侧区域树 + 右侧设备卡片网格布局,点击卡片打开详情 Drawer,
支持设备基础信息查看、类型化实时数据展示(客流趋势/工牌状态)、
业务配置编辑及设备绑定/解绑操作。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
lzh
2026-03-08 00:14:04 +08:00
parent f6f495fd25
commit 975bf975b9
5 changed files with 1443 additions and 0 deletions

View File

@@ -21,6 +21,16 @@ const routes: RouteRecordRaw[] = [
},
component: () => import('#/views/ops/area/index.vue'),
},
// 区域设备管理
{
path: 'area-device',
name: 'OpsAreaDevice',
meta: {
title: '区域设备管理',
activePath: '/ops/area-device',
},
component: () => import('#/views/ops/area-device/index.vue'),
},
// 客流统计
{
path: 'traffic',