|
@@ -71,178 +71,154 @@ export default {
|
|
|
activeIcon: require('@/assets/nav/ic_statistical_top_check.png'),
|
|
|
tabList: [
|
|
|
{
|
|
|
- title: '航司行李相关统计',
|
|
|
+ title: '行李量相关统计',
|
|
|
path: '/statisticsCharts/airlineCompany',
|
|
|
roles: ['airline_baggage_statistics'],
|
|
|
children: [
|
|
|
{
|
|
|
path: 'flight',
|
|
|
- title: '航班量统计',
|
|
|
+ title: '行李进港数量统计',
|
|
|
},
|
|
|
{
|
|
|
path: 'baggage',
|
|
|
- title: '行李量统计',
|
|
|
+ title: '航司行李量统计',
|
|
|
},
|
|
|
{
|
|
|
path: 'baggagePassenger',
|
|
|
- title: '行李旅客量统计',
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'specialBaggage',
|
|
|
- title: '特殊行李量统计',
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'baggageAverage',
|
|
|
- title: '平均行李量统计',
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'abnormalBaggage',
|
|
|
- title: '异常行李量统计',
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'complaintBaggage',
|
|
|
- title: '投诉行李量统计',
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'compensationBaggage',
|
|
|
- title: '赔偿行李量统计',
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'compensation',
|
|
|
- title: '赔偿金额统计',
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/statisticsCharts/passengerClassification',
|
|
|
- title: '旅客分类统计',
|
|
|
- roles: ['passenger_luggage_classification_statistics'],
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: 'baggage',
|
|
|
- title: '行李量统计',
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'baggagePassenger',
|
|
|
- title: '行李旅客量统计',
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'specialBaggage',
|
|
|
- title: '特殊行李量统计',
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'abnormalBaggage',
|
|
|
- title: '异常行李量统计',
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'complaintBaggage',
|
|
|
- title: '投诉行李量统计',
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'compensationBaggage',
|
|
|
- title: '赔偿行李量统计',
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'compensation',
|
|
|
- title: '赔偿金额统计',
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/statisticsCharts/flightClassification',
|
|
|
- title: '航班分类相关统计',
|
|
|
- roles: ['statistics_related_to_flight_classification'],
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: 'flight',
|
|
|
- title: '航班量统计',
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'baggage',
|
|
|
- title: '行李量统计',
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'passenger',
|
|
|
- title: '行李旅客量统计',
|
|
|
+ title: '航线行李量统计',
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
+ // {
|
|
|
+ // path: '/statisticsCharts/passengerClassification',
|
|
|
+ // title: '旅客分类统计',
|
|
|
+ // roles: ['passenger_luggage_classification_statistics'],
|
|
|
+ // children: [
|
|
|
+ // {
|
|
|
+ // path: 'baggage',
|
|
|
+ // title: '行李量统计',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'baggagePassenger',
|
|
|
+ // title: '行李旅客量统计',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'specialBaggage',
|
|
|
+ // title: '特殊行李量统计',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'abnormalBaggage',
|
|
|
+ // title: '异常行李量统计',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'complaintBaggage',
|
|
|
+ // title: '投诉行李量统计',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'compensationBaggage',
|
|
|
+ // title: '赔偿行李量统计',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'compensation',
|
|
|
+ // title: '赔偿金额统计',
|
|
|
+ // },
|
|
|
+ // ],
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/statisticsCharts/flightClassification',
|
|
|
+ // title: '航班分类相关统计',
|
|
|
+ // roles: ['statistics_related_to_flight_classification'],
|
|
|
+ // children: [
|
|
|
+ // {
|
|
|
+ // path: 'flight',
|
|
|
+ // title: '航班量统计',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'baggage',
|
|
|
+ // title: '行李量统计',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'passenger',
|
|
|
+ // title: '行李旅客量统计',
|
|
|
+ // },
|
|
|
+ // ],
|
|
|
+ // },
|
|
|
{
|
|
|
path: '/statisticsCharts/node',
|
|
|
title: '扫描节点与位置分析',
|
|
|
roles: ['scanning_node_and_location_analysis'],
|
|
|
},
|
|
|
- {
|
|
|
- title: '报表统计',
|
|
|
- path: '/statisticsCharts/report',
|
|
|
- roles: ['report_statistics'],
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: 'reportStatistics',
|
|
|
- title: '运送效率报表统计',
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'transitTables',
|
|
|
- title: '中转四个流向统计',
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'transferDirectionTable',
|
|
|
- title: '中转流向明细统计',
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'transferBaggageTable',
|
|
|
- title: '中转行李因素分析统计',
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'baggageProportionTable',
|
|
|
- title: '中转行李比例明细统计',
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'ScanningStatistics',
|
|
|
- title: '航站BRS扫描统计',
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'scanDataTable',
|
|
|
- title: 'Mannual Load扫描数据统计表',
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'rfldTable',
|
|
|
- title: '航易行RFID扫描数据统计表',
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'Percentageofbaggage',
|
|
|
- title: '行李全流程服务水平百分比',
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- title: '特殊赔偿异常分类统计',
|
|
|
- path: '/statisticsCharts/specialClassification',
|
|
|
- roles: ['special_compensation_exception_classification_statistics'],
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: 'special',
|
|
|
- title: '特殊行李分类统计',
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'abnormal',
|
|
|
- title: '异常行李分类统计',
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'compensationBaggage',
|
|
|
- title: '赔偿行李分类统计',
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'compensation',
|
|
|
- title: '赔偿金额分类统计',
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/statisticsCharts/statisticalAnalysis',
|
|
|
- title: '统计分析',
|
|
|
- roles: ['statistical_analysis'],
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '报表统计',
|
|
|
+ // path: '/statisticsCharts/report',
|
|
|
+ // roles: ['report_statistics'],
|
|
|
+ // children: [
|
|
|
+ // {
|
|
|
+ // path: 'reportStatistics',
|
|
|
+ // title: '运送效率报表统计',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'transitTables',
|
|
|
+ // title: '中转四个流向统计',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'transferDirectionTable',
|
|
|
+ // title: '中转流向明细统计',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'transferBaggageTable',
|
|
|
+ // title: '中转行李因素分析统计',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'baggageProportionTable',
|
|
|
+ // title: '中转行李比例明细统计',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'ScanningStatistics',
|
|
|
+ // title: '航站BRS扫描统计',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'scanDataTable',
|
|
|
+ // title: 'Mannual Load扫描数据统计表',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'rfldTable',
|
|
|
+ // title: '航易行RFID扫描数据统计表',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'Percentageofbaggage',
|
|
|
+ // title: '行李全流程服务水平百分比',
|
|
|
+ // },
|
|
|
+ // ],
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: '特殊赔偿异常分类统计',
|
|
|
+ // path: '/statisticsCharts/specialClassification',
|
|
|
+ // roles: ['special_compensation_exception_classification_statistics'],
|
|
|
+ // children: [
|
|
|
+ // {
|
|
|
+ // path: 'special',
|
|
|
+ // title: '特殊行李分类统计',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'abnormal',
|
|
|
+ // title: '异常行李分类统计',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'compensationBaggage',
|
|
|
+ // title: '赔偿行李分类统计',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'compensation',
|
|
|
+ // title: '赔偿金额分类统计',
|
|
|
+ // },
|
|
|
+ // ],
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/statisticsCharts/statisticalAnalysis',
|
|
|
+ // title: '统计分析',
|
|
|
+ // roles: ['statistical_analysis'],
|
|
|
+ // },
|
|
|
],
|
|
|
activeIndex: null,
|
|
|
}
|