提交
This commit is contained in:
parent
051a1bec6a
commit
01ff77f49f
@ -116,6 +116,19 @@ const routes: RouteRecordRaw[] = [
|
|||||||
component: () => import('@/views/org/post/index.vue'),
|
component: () => import('@/views/org/post/index.vue'),
|
||||||
meta: { title: '岗位管理', icon: 'IdCardOutline' }
|
meta: { title: '岗位管理', icon: 'IdCardOutline' }
|
||||||
},
|
},
|
||||||
|
// 项目管理
|
||||||
|
{
|
||||||
|
path: 'biz/orderProject',
|
||||||
|
name: 'OrderProject',
|
||||||
|
component: () => import('@/views/biz/orderProject/index.vue'),
|
||||||
|
meta: { title: '项目管理', icon: 'PersonOutline' }
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'biz/orderProject/gantt',
|
||||||
|
name: 'OrderProjectGantt',
|
||||||
|
component: () => import('@/views/biz/orderProject/components/GanttSchedule.vue'),
|
||||||
|
meta: { title: '甘特图排产', icon: 'CalendarOutline', activeMenu: '/biz/orderProject' }
|
||||||
|
},
|
||||||
//运营管理
|
//运营管理
|
||||||
{
|
{
|
||||||
path: 'biz/orderItem',
|
path: 'biz/orderItem',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user