|
@@ -159,11 +159,17 @@ export const constantRoutes: RouteRecordRaw[] = [
|
|
|
meta: { title: '订单管理', workbench: true }
|
|
meta: { title: '订单管理', workbench: true }
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: '/order/orderManage/detail/:orderNo',
|
|
|
|
|
|
|
+ path: '/order/orderManage/detail',
|
|
|
name: 'OrderDetail',
|
|
name: 'OrderDetail',
|
|
|
component: () => import('@/views/order/orderManage/detail.vue'),
|
|
component: () => import('@/views/order/orderManage/detail.vue'),
|
|
|
meta: { title: '订单详情', hidden: true, workbench: true }
|
|
meta: { title: '订单详情', hidden: true, workbench: true }
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ path: '/order/orderManage/applyAfter',
|
|
|
|
|
+ component: () => import('@/views/order/orderManage/applyAfter.vue'),
|
|
|
|
|
+ name: 'ApplyAfter',
|
|
|
|
|
+ meta: { title: '申请售后', hidden: true, workbench: true }
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
path: '/order/orderAudit',
|
|
path: '/order/orderAudit',
|
|
|
name: 'OrderAudit',
|
|
name: 'OrderAudit',
|
|
@@ -405,6 +411,12 @@ export const constantRoutes: RouteRecordRaw[] = [
|
|
|
component: () => import('@/views/valueAdded/maintenance/index.vue'),
|
|
component: () => import('@/views/valueAdded/maintenance/index.vue'),
|
|
|
meta: { title: '维保服务', workbench: true }
|
|
meta: { title: '维保服务', workbench: true }
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ path: 'valueAdded/maintenanceApply',
|
|
|
|
|
+ name: 'MaintenanceApply',
|
|
|
|
|
+ component: () => import('@/views/valueAdded/maintenance/apply.vue'),
|
|
|
|
|
+ meta: { title: '维保申请', workbench: true }
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
path: 'valueAdded/complaint',
|
|
path: 'valueAdded/complaint',
|
|
|
name: 'Complaint',
|
|
name: 'Complaint',
|