Commit 1c163331 authored by youjie's avatar youjie

no message

parent aa6e6d4d
...@@ -392,6 +392,7 @@ export default new Router({ ...@@ -392,6 +392,7 @@ export default new Router({
title: "月度引流统计" title: "月度引流统计"
} }
}, },
{ {
path: "/yearStatistics", path: "/yearStatistics",
name: "yearStatistics", name: "yearStatistics",
...@@ -401,6 +402,24 @@ export default new Router({ ...@@ -401,6 +402,24 @@ export default new Router({
title: "年度引流统计" title: "年度引流统计"
} }
}, },
{
path: "/DrainageSummaryStatistics",
name: "DrainageSummaryStatistics",
component: () =>
import('./views/workstatistics/DrainageSummaryStatistics'),
meta: {
title: "引流汇总统计"
}
},
{
path: "/DrainageAccount",
name: "DrainageAccount",
component: () =>
import('./views/workstatistics/DrainageAccount'),
meta: {
title: "引流账号设置"
}
},
{ {
path: "/roomStatistical", path: "/roomStatistical",
name: "roomStatistical", name: "roomStatistical",
......
This diff is collapsed.
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