库位设置

This commit is contained in:
JinLu.Yin
2022-05-08 18:50:46 +08:00
parent 4dd100db45
commit 51cb26e01b
4 changed files with 509 additions and 3 deletions

View File

@@ -162,6 +162,20 @@ export const dynamicRoutes = [
}
]
},
{
path: '/mes/wm/area',
component: Layout,
hidden: true,
permissions: ['mes:wm:area:list'],
children: [
{
path: 'index',
component: () => import('@/views/mes/wm/area/index'),
name: 'areaList',
meta: { title: '库位设置', activeMenu: '/mes/wm/area' }
}
]
},
{
path: '/monitor/job-log',
component: Layout,