|
@@ -50,9 +50,9 @@ export default {
|
|
|
itemList: [
|
|
|
// {id: 1, name: '总览统计', url: ''},
|
|
|
// {id: 2, name: '渠道统计', url: ''},
|
|
|
- {id: 3, name: '场次销售分析', hasPermi: 'session:session:list', url: 'statisticalReport/session'},
|
|
|
- {id: 4, name: '场次销售统计', hasPermi: 'statisticalReport:sessionInventory:downloadExcel', url: 'statisticalReport/sessionInventory'},
|
|
|
- {id: 5, name: '座位类型销售统计', hasPermi: 'statisticalReport:seatInventory:downloadExcel', url: 'statisticalReport/seatInventory'},
|
|
|
+ {id: 3, name: '场次销售分析', hasPermi: 'session:session:list', url: '/statisticalReport/session'},
|
|
|
+ {id: 4, name: '场次销售统计', hasPermi: 'statisticalReport:sessionInventory:downloadExcel', url: '/statisticalReport/sessionInventory'},
|
|
|
+ {id: 5, name: '座位类型销售统计', hasPermi: 'statisticalReport:seatInventory:downloadExcel', url: '/statisticalReport/seatInventory'},
|
|
|
]
|
|
|
};
|
|
|
},
|