|
@@ -51,8 +51,8 @@ export default {
|
|
|
// {id: 1, name: '总览统计', url: ''},
|
|
|
// {id: 2, name: '渠道统计', url: ''},
|
|
|
{id: 3, name: '票务统计', hasPermi: 'session:session:list', url: 'statisticalReport/session'},
|
|
|
- {id: 4, name: '场次库存', hasPermi: 'statisticalReport:sessionInventory:list', url: 'statisticalReport/sessionInventory'},
|
|
|
- {id: 5, name: '座位库存', hasPermi: 'statisticalReport:seatInventory:list', url: 'statisticalReport/seatInventory'},
|
|
|
+ // {id: 4, name: '场次库存', hasPermi: 'statisticalReport:sessionInventory:list', url: 'statisticalReport/sessionInventory'},
|
|
|
+ // {id: 5, name: '座位库存', hasPermi: 'statisticalReport:seatInventory:list', url: 'statisticalReport/seatInventory'},
|
|
|
]
|
|
|
};
|
|
|
},
|