feat: task order menu
This commit is contained in:
parent
3ebfef9d81
commit
c7f0a6d240
2 changed files with 6 additions and 1 deletions
|
|
@ -99,6 +99,11 @@ const routes: RouteRecordRaw[] = [
|
|||
name: 'RequestList',
|
||||
component: () => import('pages/08_request-list/MainPage.vue'),
|
||||
},
|
||||
{
|
||||
path: '/task-order',
|
||||
name: 'TaskOrder',
|
||||
component: () => import('pages/09_task-order/MainPage.vue'),
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue