Commit ce96896f authored by 高滢's avatar 高滢

使用详情路由

parent b9e9f652
......@@ -149,7 +149,7 @@ export const constantRoutes = [
meta: { title: '使用管理', icon: 'table' }
},
{
path: 'use-details/:id',
path: 'use-details',
props: true,
component: () => import('@/views/equipment-management/use-management/use-details'),
name: 'UseDetails',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment