提交 dc70cf16 authored 作者: 王鹏飞's avatar 王鹏飞

fix: 显示课程考试

上级 4f753804
...@@ -116,13 +116,13 @@ export default { ...@@ -116,13 +116,13 @@ export default {
customeChapter.children.unshift({ name: this.$t('viewerMain.courseWork'), id: 'course_work', type: 99 }) customeChapter.children.unshift({ name: this.$t('viewerMain.courseWork'), id: 'course_work', type: 99 })
} }
// 课程考试 // 课程考试
// if (this.detail.course_examination) { if (this.detail.course_examination) {
// customeChapter.children.push({ customeChapter.children.push({
// name: this.$t('viewerMain.courseExam'), name: this.$t('viewerMain.courseExam'),
// id: 'course_exam', id: 'course_exam',
// type: 101 type: 101
// }) })
// } }
chapters.push(customeChapter) chapters.push(customeChapter)
return chapters return chapters
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论