Commit 36a7b8ca authored by 黄奎's avatar 黄奎

新增页面

parent cac8dfc1
This diff is collapsed.
...@@ -460,7 +460,8 @@ ...@@ -460,7 +460,8 @@
CreateType: '', //客户来源 CreateType: '', //客户来源
StuChannel: "", //收客渠道 StuChannel: "", //收客渠道
StuSourceId: '', StuSourceId: '',
StuPurpose: '' //学习目的 StuPurpose: '', //学习目的,
QueryTpye:1,
}, },
//归属类型列表 //归属类型列表
BelongTypeList: [{ BelongTypeList: [{
......
...@@ -409,6 +409,7 @@ ...@@ -409,6 +409,7 @@
StuSourceId: '', StuSourceId: '',
StuPurpose: '', //学习目的 StuPurpose: '', //学习目的
HeadTeacherId: '', //老师 HeadTeacherId: '', //老师
QueryTpye:2,
}, },
//归属类型列表 //归属类型列表
BelongTypeList: [{ BelongTypeList: [{
......
...@@ -1236,10 +1236,15 @@ const routes = [{ ...@@ -1236,10 +1236,15 @@ const routes = [{
import ("pages/sale/AudiopaymentDetail.vue") import ("pages/sale/AudiopaymentDetail.vue")
}, },
{ {
path: "/sale/studentTracking", //学员跟踪分页列表 path: "/sale/studentTracking", //学员跟踪分页列表【课程顾问部使用】
component: () => component: () =>
import ("pages/sale/studentTracking.vue") import ("pages/sale/studentTracking.vue")
}, },
{
path: "/sale/marketTracking", //学员跟踪分页列表【市场部使用】
component: () =>
import ("pages/sale/marketTracking.vue")
},
{ {
path: "/sale/guestConsultation", //客人咨询分页列表 path: "/sale/guestConsultation", //客人咨询分页列表
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