mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
Merge branch 'xingao0922' into 'master'
Xingao0922 See merge request !49
This commit is contained in:
@@ -209,6 +209,7 @@ const myStudyList = function(query) {
|
|||||||
courseId 课程id
|
courseId 课程id
|
||||||
status:1未开始,2学习中,9已学完
|
status:1未开始,2学习中,9已学完
|
||||||
courseName:课程名称,关键字查询,模糊查询
|
courseName:课程名称,关键字查询,模糊查询
|
||||||
|
aname:学习人员姓名
|
||||||
courseType:课程类型,对应微课,录播课
|
courseType:课程类型,对应微课,录播课
|
||||||
startTime 开始学习时间
|
startTime 开始学习时间
|
||||||
isFinish true,false
|
isFinish true,false
|
||||||
|
|||||||
@@ -512,7 +512,7 @@ export default {
|
|||||||
courseId: this.manageStudyData.id, //课程的id
|
courseId: this.manageStudyData.id, //课程的id
|
||||||
status: this.learningRecords.status, //状态
|
status: this.learningRecords.status, //状态
|
||||||
// courseType:this.learningRecords.type,//类型
|
// courseType:this.learningRecords.type,//类型
|
||||||
courseName: this.learningRecords.name, //学习人的姓名 learningRecords
|
aname: this.learningRecords.name, //学习人的姓名 learningRecords
|
||||||
pageIndex: this.learningRecords.pageIndex,
|
pageIndex: this.learningRecords.pageIndex,
|
||||||
pageSize: this.learningRecords.pageSize
|
pageSize: this.learningRecords.pageSize
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user