Commit 3400155b authored by Mac's avatar Mac

1

parent ab09bf75
...@@ -182,7 +182,7 @@ ...@@ -182,7 +182,7 @@
pageIndex: 1, pageIndex: 1,
pageSize: 12, pageSize: 12,
rowsPerPage: 12, rowsPerPage: 12,
MakeUpStatus: 3, //(2-已处理,3-未处理) MakeUpStatus: 1, //(2-已处理,3-未处理)
GuestName: "", //学员名称 GuestName: "", //学员名称
ClassName: "", //班级名称 ClassName: "", //班级名称
CourseName: "", //课程名称 CourseName: "", //课程名称
...@@ -193,7 +193,7 @@ ...@@ -193,7 +193,7 @@
}, },
pageCount: 0, pageCount: 0,
isShowEdit: false, //是否显示修改 isShowEdit: false, //是否显示修改
statusList: [{Id: -1,Name: '全部'}, { Id: 2,Name: '可补课'},{Id: 3,Name: "不可补课"}], statusList: [{Id: 1,Name: '未处理'}, { Id: 2,Name: '可补课'},{Id: 3,Name: "不可补课"}],
statusList2: [ { Id: 2,Name: '可补课'},{Id: 3,Name: "不可补课"}], statusList2: [ { Id: 2,Name: '可补课'},{Id: 3,Name: "不可补课"}],
statusMsg: { statusMsg: {
Id: 0, Id: 0,
......
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