甘特图排产页面

This commit is contained in:
JinLu.Yin
2022-05-16 22:21:31 +08:00
parent f2b2dbc363
commit 4425d6960e
5 changed files with 106 additions and 5 deletions

View File

@@ -176,6 +176,20 @@ export const dynamicRoutes = [
}
]
},
{
path: '/mes/pro/schedule',
component: Layout,
hidden: true,
permissions: ['mes:pro:schedule:edit'],
children: [
{
path: 'ganttedit',
component: () => import("@/views/mes/pro/schedule/ganttedit"),
name: 'ganttEdit',
meta: {title: '使用甘特图排产',activeMenu: '/mes/pro/schedule'}
}
]
},
{
path: '/monitor/job-log',
component: Layout,