feat(route): register repair management page in frontend router
This commit is contained in:
@ -92,6 +92,13 @@ const routes: Array<RouteRecordRaw> = [
|
||||
name: 'InventorySummary',
|
||||
component: () => import('@/views/stock/inbound/inbound_summary.vue'),
|
||||
meta: { title: '入库记录' }
|
||||
},
|
||||
// 维修管理
|
||||
{
|
||||
path: 'repair',
|
||||
name: 'RepairManagement',
|
||||
component: () => import('@/views/stock/inbound/repair.vue'),
|
||||
meta: { title: '维修管理', permission: 'inbound_repair' }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user