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