接入M002V4订单任务多卡前端
This commit is contained in:
@@ -42,7 +42,7 @@ export const router = createRouter({
|
||||
},
|
||||
{
|
||||
path: '/reservation/workbench',
|
||||
redirect: '/reservation/orders',
|
||||
redirect: '/reservation/tasks',
|
||||
},
|
||||
{
|
||||
path: '/reservation/orders',
|
||||
@@ -98,6 +98,24 @@ export const router = createRouter({
|
||||
permission: 'RESERVATION_TASK_READ',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/reservation/order-tasks/:orderTaskId',
|
||||
name: 'reservation-v4-order-task-detail',
|
||||
component: () => import('@/views/reservation/ReservationV4OrderTaskDetailView.vue'),
|
||||
meta: {
|
||||
titleKey: 'nav.taskDetail',
|
||||
permission: 'RESERVATION_TASK_READ',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/reservation/source-notifications/:notificationId',
|
||||
name: 'reservation-v4-source-notification-detail',
|
||||
component: () => import('@/views/reservation/ReservationV4SourceNotificationDetailView.vue'),
|
||||
meta: {
|
||||
titleKey: 'nav.sourceNotificationDetail',
|
||||
permission: 'RESERVATION_TASK_READ',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/reservation/source-messages/:sourceMessageId/conversation',
|
||||
name: 'reservation-source-message-conversation',
|
||||
|
||||
Reference in New Issue
Block a user