|
@@ -1879,31 +1879,31 @@ export const asyncRouterMap = [
|
|
|
}
|
|
|
}]
|
|
|
},
|
|
|
- // {
|
|
|
- // path: '/reportData/tireSalesReport',
|
|
|
- // redirect: '/reportData/tireSalesReport/index',
|
|
|
- // name: 'tireSalesReport',
|
|
|
- // component: BlankLayout,
|
|
|
- // meta: {
|
|
|
- // title: '轮胎统计报表',
|
|
|
- // icon: 'profile',
|
|
|
- // permission: 'M_tireSalesReportList'
|
|
|
- // },
|
|
|
- // hideChildrenInMenu: true,
|
|
|
- // children: [
|
|
|
- // {
|
|
|
- // path: 'index',
|
|
|
- // name: 'tireSalesReportIndex',
|
|
|
- // component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/tireSalesReport/index.vue'),
|
|
|
- // meta: {
|
|
|
- // title: '轮胎统计报表',
|
|
|
- // icon: 'profile',
|
|
|
- // hidden: true,
|
|
|
- // permission: 'M_tireSalesReportList'
|
|
|
- // }
|
|
|
- // }
|
|
|
- // ]
|
|
|
- // },
|
|
|
+ {
|
|
|
+ path: '/reportData/tireSalesReport',
|
|
|
+ redirect: '/reportData/tireSalesReport/index',
|
|
|
+ name: 'tireSalesReport',
|
|
|
+ component: BlankLayout,
|
|
|
+ meta: {
|
|
|
+ title: '轮胎统计报表',
|
|
|
+ icon: 'profile',
|
|
|
+ permission: 'M_tireSalesReportList'
|
|
|
+ },
|
|
|
+ hideChildrenInMenu: true,
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: 'index',
|
|
|
+ name: 'tireSalesReportIndex',
|
|
|
+ component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/tireSalesReport/index.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '轮胎统计报表',
|
|
|
+ icon: 'profile',
|
|
|
+ hidden: true,
|
|
|
+ permission: 'M_tireSalesReportList'
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
path: '/reportData/allocationOrderTotal',
|
|
|
redirect: '/reportData/allocationOrderTotal/list',
|