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

1

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