Commit fe557bf8 authored by 罗超's avatar 罗超

1

parent e133b35d
...@@ -190,7 +190,7 @@ const routes = [{ ...@@ -190,7 +190,7 @@ const routes = [{
{ {
path: "/course/classPlan", //上课计划 path: "/course/classPlan", //上课计划
component: () => component: () =>
import("pages/course/classPlan.vue") import("pages/course/classPlan.vue")
}, },
{ {
path: "/course/paymentDetail", //收支明细 path: "/course/paymentDetail", //收支明细
...@@ -252,8 +252,8 @@ const routes = [{ ...@@ -252,8 +252,8 @@ const routes = [{
component: () => component: () =>
import("pages/financial/CommissionDetail.vue") import("pages/financial/CommissionDetail.vue")
}, },
{ {
path: "/financial/TeamRevenueReport", //营收报表 path: "/financial/TeamRevenueReport", //营收报表
component: () => component: () =>
...@@ -570,6 +570,16 @@ const routes = [{ ...@@ -570,6 +570,16 @@ const routes = [{
component: () => component: () =>
import("pages/sale/studyjob.vue") import("pages/sale/studyjob.vue")
}, },
{
path: "/sale/activeType", //销售 活动类型
component: () =>
import("pages/sale/activeType.vue")
},
{
path: "/sale/activityList", //销售 活动列表
component: () =>
import("pages/sale/activityList.vue")
},
{ {
path: "/sale/courseoffer", //销售 报价单管理 path: "/sale/courseoffer", //销售 报价单管理
component: () => component: () =>
...@@ -648,7 +658,7 @@ const routes = [{ ...@@ -648,7 +658,7 @@ const routes = [{
{ {
path: "/course/classHourStatistic", //教学奖励 课时统计 path: "/course/classHourStatistic", //教学奖励 课时统计
component: () => component: () =>
import("pages/course/classHourStatistic.vue") import("pages/course/classHourStatistic.vue")
}, },
{ {
path: "/course/rewardDetailed", //教学奖励 奖励明细 path: "/course/rewardDetailed", //教学奖励 奖励明细
......
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