|
@@ -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( '@/views/reportData/tireSalesReport/index.vue'),
|
|
+
|
|
- meta: {
|
|
+
|
|
- title: '轮胎统计报表',
|
|
+
|
|
- icon: 'profile',
|
|
+
|
|
- hidden: true,
|
|
+
|
|
- permission: 'M_tireSalesReportList'
|
|
+
|
|
- }
|
|
+
|
|
- }
|
|
+
|
|
- ]
|
|
+
|
|
- },
|
|
+
|
|
{
|
|
{
|
|
path: '/reportData/allocationOrderTotal',
|
|
path: '/reportData/allocationOrderTotal',
|
|
redirect: '/reportData/allocationOrderTotal/list',
|
|
redirect: '/reportData/allocationOrderTotal/list',
|