feat(@vben/web-antd): 新增工牌出入轨迹页面
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user