Commit 7f5b7dfc authored by Mac's avatar Mac

新增2个统计页面

parent 186605a9
......@@ -226,4 +226,25 @@ export function querySupplierType() {
url: '/StudyAbroad/GetSupplierType',
method: 'post',
})
}
/**
* 获取学员跟踪分页列表
*/
export function getStudentFollowUpPageList(data) {
return request({
url: '/StudentStat/GetStudentFollowUpPageList',
method: 'post',
data
})
}
/**
* 获取客人咨询分页列表
*/
export function getStudentConsultPageList(data) {
return request({
url: '/StudentStat/GetStudentConsultPageList',
method: 'post',
data
})
}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
......@@ -1035,6 +1035,16 @@ const routes = [{
component: () =>
import("pages/sale/AudiopaymentDetail.vue")
},
{
path: "/sale/studentTracking", //学员跟踪分页列表
component: () =>
import("pages/sale/studentTracking.vue")
},
{
path: "/sale/guestConsultation", //客人咨询分页列表
component: () =>
import("pages/sale/guestConsultation.vue")
},
{
path: "/activity/activeType", //活动 活动类型
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