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

fix: 修复课程详情页面课程类型显示错误的问题

上级 5b1b1e93
...@@ -101,7 +101,9 @@ export default { ...@@ -101,7 +101,9 @@ export default {
const map = { const map = {
1: this.$t('action.courseAction.mustLearn'), 1: this.$t('action.courseAction.mustLearn'),
2: this.$t('action.courseAction.changeLearn'), 2: this.$t('action.courseAction.changeLearn'),
3: this.$t('action.courseAction.repeatLearn') 3: this.$t('action.courseAction.repeatLearn'),
4: '先修课',
5: '语言课'
} }
return map[this.detail.course_type] return map[this.detail.course_type]
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论