From a89cc4281bf7d4c6d984bb9827cd0f175416c286 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期五, 05 七月 2024 17:06:26 +0800 Subject: [PATCH] 修改 --- src/views/onlineEducation/realtimeStatus/index.vue | 180 ----------------------------------------------------------- 1 files changed, 2 insertions(+), 178 deletions(-) diff --git a/src/views/onlineEducation/realtimeStatus/index.vue b/src/views/onlineEducation/realtimeStatus/index.vue index eaa3cb1..0624ad7 100644 --- a/src/views/onlineEducation/realtimeStatus/index.vue +++ b/src/views/onlineEducation/realtimeStatus/index.vue @@ -170,186 +170,10 @@ } ] }, - { - batchName: 'xxxx', - createTime: 'xxxx', - courseList: [ - { - courseName: 'xx', - lessonNum: 100, - duration: 90, - durationRate: 90, - chapterList: [ - { - chapterName: '第5章:章节名称', - lessonTocal: 20, - lessonNum: 10 - }, - { - chapterName: '第1章:章节名称', - lessonTocal: 80, - lessonNum: 80 - }, - ] - }, - { - courseName: 'xx', - lessonNum: 100, - duration: 90, - durationRate: 90, - chapterList: [ - { - chapterName: '第5章:章节名称', - lessonTocal: 20, - lessonNum: 10 - }, - { - chapterName: '第1章:章节名称', - lessonTocal: 80, - lessonNum: 80 - }, - ] - } - ] - }, - { - batchName: 'xxxx', - createTime: 'xxxx', - courseList: [ - { - courseName: 'xx', - lessonNum: 100, - duration: 90, - durationRate: 90, - chapterList: [ - { - chapterName: '第5章:章节名称', - lessonTocal: 20, - lessonNum: 10 - }, - { - chapterName: '第1章:章节名称', - lessonTocal: 80, - lessonNum: 80 - }, - ] - }, - { - courseName: 'xx', - lessonNum: 100, - duration: 90, - durationRate: 90, - chapterList: [ - { - chapterName: '第5章:章节名称', - lessonTocal: 20, - lessonNum: 10 - }, - { - chapterName: '第1章:章节名称', - lessonTocal: 80, - lessonNum: 80 - }, - ] - } - ] - }, - { - batchName: 'xxxx', - createTime: 'xxxx', - courseList: [ - { - courseName: 'xx', - lessonNum: 100, - duration: 90, - durationRate: 90, - chapterList: [ - { - chapterName: '第5章:章节名称', - lessonTocal: 20, - lessonNum: 10 - }, - { - chapterName: '第1章:章节名称', - lessonTocal: 80, - lessonNum: 80 - }, - ] - }, - { - courseName: 'xx', - lessonNum: 100, - duration: 90, - durationRate: 90, - chapterList: [ - { - chapterName: '第5章:章节名称', - lessonTocal: 20, - lessonNum: 10 - }, - { - chapterName: '第1章:章节名称', - lessonTocal: 80, - lessonNum: 80 - }, - ] - } + ] } - - ] - } - // { - // id: null, - // idcard: '11111', - // name: '李四', - // institutionalName: '链工宝', - // batchList: [ - // { - // batchName: 'xxxx', - // createTime: 'xxxx', - // courseList: [ - // { - // courseName: 'xx', - // lessonNum: 100, - // duration: 90, - // durationRate: 90, - // chapterList: [ - // { - // chapterName: '第5章:章节名称', - // lessonTocal: 20, - // lessonNum: 10 - // }, - // { - // chapterName: '第1章:章节名称', - // lessonTocal: 80, - // lessonNum: 80 - // }, - // ] - // }, - // { - // courseName: 'xx', - // lessonNum: 100, - // duration: 90, - // durationRate: 90, - // chapterList: [ - // { - // chapterName: '第5章:章节名称', - // lessonTocal: 20, - // lessonNum: 10 - // }, - // { - // chapterName: '第1章:章节名称', - // lessonTocal: 80, - // lessonNum: 80 - // }, - // ] - // } - // ] - // } - // ] - // } - this.total = 4; + this.total = 1; // listCourse( this.queryParams).then((res) => { // if (res.code == 200) { // this.expertList = res.rows.map(item => { -- Gitblit v1.9.2