|
|
@ -4,7 +4,7 @@ import Layout from '@/layout' |
|
|
|
const hqMenudataRouter = { |
|
|
|
path: '/capt-hq', |
|
|
|
component: Layout, |
|
|
|
redirect: 'ux/vw/dataInput/hq_h', |
|
|
|
redirect: 'ux/vw/dataInput/index', |
|
|
|
name: 'HQData', |
|
|
|
meta: { |
|
|
|
title: '红旗工厂', |
|
|
@ -14,10 +14,10 @@ const hqMenudataRouter = { |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: '/import-h-data', |
|
|
|
path: '/H', |
|
|
|
name: 'import-h-data',//命名路由-二级
|
|
|
|
component: () => import('@/views/ux/vw/dataInput/hq_h'), |
|
|
|
redirect: 'ux/vw/dataInput/hq_h', |
|
|
|
component: () => import('@/views/ux/vw/dataInput/index'), |
|
|
|
redirect: 'ux/vw/dataInput/index', |
|
|
|
meta: { |
|
|
|
title: 'H平台', |
|
|
|
// roles: ['SettleAccount.HQKBs', 'SettleAccount.HQSpecKBs'],
|
|
|
@ -36,11 +36,11 @@ const hqMenudataRouter = { |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: 'hq-H-platform-export', |
|
|
|
component: () => import('@/views/ux/vw/dataInput/ScrapClaims'), |
|
|
|
name: 'ScrapClaims', |
|
|
|
component: () => import('@/views/ux/vw/dataInput/hq_h_report'), |
|
|
|
name: 'HQH', |
|
|
|
meta: { |
|
|
|
title: 'H平台结算差异输出', |
|
|
|
roles: ['SettleAccount.FISs'], |
|
|
|
//roles: ['SettleAccount.FISs'],
|
|
|
|
icon: '文件' |
|
|
|
} |
|
|
|
} |
|
|
@ -49,10 +49,10 @@ const hqMenudataRouter = { |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
path: '/export-m-data', |
|
|
|
component: () => import('@/views/ux/vw/dataInput/hq_m'), |
|
|
|
path: '/M', |
|
|
|
component: () => import('@/views/ux/vw/dataInput/index'), |
|
|
|
name: 'export-m-data',//命名路由
|
|
|
|
redirect: '/ux/vw/dataInput/hq_m', |
|
|
|
redirect: 'ux/vw/dataInput/index', |
|
|
|
meta: { |
|
|
|
title: 'M平台', |
|
|
|
//roles: ['SettleAccount.HQConsigns', 'SettleAccount.HQSpecConsigns'],
|
|
|
@ -83,10 +83,10 @@ const hqMenudataRouter = { |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/export-f-data', |
|
|
|
component: () => import('@/views/ux/vw/dataInput/hq_f'), |
|
|
|
path: '/F', |
|
|
|
component: () => import('@/views/ux/vw/dataInput/index'), |
|
|
|
name: 'export-f-data',//命名路由
|
|
|
|
redirect: '/ux/vw/dataInput/hq_f', |
|
|
|
redirect: 'ux/vw/dataInput/index', |
|
|
|
meta: { |
|
|
|
title: 'F平台', |
|
|
|
//roles: ['SettleAccount.HQConsigns', 'SettleAccount.HQSpecConsigns'],
|
|
|
@ -118,10 +118,10 @@ const hqMenudataRouter = { |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
path: '/import-y-data', |
|
|
|
path: '/hqcar', |
|
|
|
name: 'import-y-data',//命名路由-二级
|
|
|
|
component: () => import('@/views/ux/vw/dataInput/hq_y'), |
|
|
|
redirect: 'ux/vw/dataInput/hq_y', |
|
|
|
component: () => import('@/views/ux/vw/dataInput/index'), |
|
|
|
redirect: 'ux/vw/dataInput/index', |
|
|
|
meta: { |
|
|
|
title: '一汽轿车平台', |
|
|
|
// roles: ['SettleAccount.HQKBs', 'SettleAccount.HQSpecKBs'],
|
|
|
|