Commit 5eccdf9f authored by 罗超's avatar 罗超

1

parent 963fd314
......@@ -287,11 +287,11 @@
this.getList();
},
goUrl(i) {
let path="/teacher/studentsClassSee"
let path="/sale/reserveStudentList"
let queryObj={
StudentId: i.Id,
TeacherId: i.Teacher_Id,
ClassId: i.ClassId
classId:i.ReserveClassId ,
name:i.TeacherName,
date:i.ClassDateStr
}
this.OpenNewUrl(path, queryObj)
......
......@@ -776,6 +776,11 @@ const routes = [{
component: () =>
import("pages/sale/reserveClass.vue")
},
{
path: "/sale/reserveStudentList", //销售 约课班级学员名单
component: () =>
import("pages/sale/reserveStudentList.vue")
},
{
path: "/course/teacherHours", //教学奖励 教师课时统计
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