feat(@vben/web-antd): 新增区域设备可视化管理页面
左侧区域树 + 右侧设备卡片网格布局,点击卡片打开详情 Drawer, 支持设备基础信息查看、类型化实时数据展示(客流趋势/工牌状态)、 业务配置编辑及设备绑定/解绑操作。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user