Commit 9f816da9 authored by huangyuanyuan's avatar huangyuanyuan

增加财务年度排名统计,地接票券列表

parent c5cb7164
This diff is collapsed.
This diff is collapsed.
......@@ -1067,6 +1067,14 @@ export default {
title: '门票统计'
},
},
{
path: '/ScenTicketOrder', //票券订单
name: 'ScenTicketOrder',
component: resolve => require(['@/components/scenicSpot/ScenTicketOrder'], resolve),
meta: {
title: '票券订单'
},
},
{
path: '/admissionStatisticsDetails', //门票统计详情
name: 'admissionStatisticsDetails',
......@@ -2757,6 +2765,14 @@ export default {
title: '团队营收统计'
},
},
{ //财务 报表 年度排名统计
path: '/AnnualRanking',
name: 'AnnualRanking',
component: resolve => require(['@/components/FinancialModule/ReportForm/AnnualRanking'], resolve),
meta: {
title: '年度排名统计'
},
},
{ //财务 报表 团队人数统计
path: '/NumberStatistics',
name: 'NumberStatistics',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment