Commit 2b31b50f authored by 吴春's avatar 吴春
parents 4e4b771c a55cdd14
This diff is collapsed.
...@@ -386,6 +386,11 @@ const routes = [{ ...@@ -386,6 +386,11 @@ const routes = [{
component: () => component: () =>
import ("pages/financial/EasyReport.vue") import ("pages/financial/EasyReport.vue")
}, },
{
path: "/financial/EasyReport_New", //简易报表
component: () =>
import ("pages/financial/EasyReport_New.vue")
},
{ {
path: "/financial/orderCompleteStatistics", //订单完成统计 path: "/financial/orderCompleteStatistics", //订单完成统计
component: () => component: () =>
......
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