feat(@vben/web-antd): 新增工牌出入轨迹页面

This commit is contained in:
lzh
2026-03-31 22:54:45 +08:00
parent 91cd7adc39
commit 16434a0d88
9 changed files with 1978 additions and 0 deletions

View File

@@ -71,6 +71,16 @@ const routes: RouteRecordRaw[] = [
},
component: () => import('#/views/ops/work-order/dashboard/index.vue'),
},
// 工牌出入轨迹
{
path: 'trajectory',
name: 'OpsTrajectory',
meta: {
title: '工牌出入轨迹',
activePath: '/ops/trajectory',
},
component: () => import('#/views/ops/trajectory/index.vue'),
},
// 巡检记录
{
path: 'inspection-record',