|
@@ -241,6 +241,39 @@ export const asyncRouterMap = [{
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ // 报表
|
|
|
+ {
|
|
|
+ path: '/reportForm',
|
|
|
+ redirect: '/reportForm/rubbishDeliverySearchTime',
|
|
|
+ component: PageView,
|
|
|
+ meta: {
|
|
|
+ title: '报表',
|
|
|
+ icon: 'line-chart'
|
|
|
+ // permission: 'M_market'
|
|
|
+ },
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/reportForm/rubbishDeliverySearchTime',
|
|
|
+ name: 'rubbishDeliverySearchTime',
|
|
|
+ component: () => import(/* webpackChunkName: "market" */ '@/views/reportForm/rubbishDeliverySearchTime.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '垃圾投递分时查询表',
|
|
|
+ icon: 'file-done'
|
|
|
+ // permission: 'M_winingRecord'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/reportForm/rubbishDeliveryTotal',
|
|
|
+ name: 'rubbishDeliveryTotal',
|
|
|
+ component: () => import(/* webpackChunkName: "market" */ '@/views/reportForm/rubbishDeliveryTotal.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '垃圾投递汇总表',
|
|
|
+ icon: 'snippets'
|
|
|
+ // permission: 'M_lottery_list'
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
path: '/market',
|
|
|
redirect: '/market/winingRecord',
|