提交 1732de37 authored 作者: lhh's avatar lhh

修改课程类型

上级 b80a1087
......@@ -119,14 +119,14 @@ export default {
key: 'course_type',
arrItem: [
// { val: '1', name: this.$t('action.courseAction.mustLearn'), show: UserInfo.is_open_textbook_learning },
{ val: '2', name: this.$t('action.courseAction.changeLearn'), show: UserInfo.is_open_required_course },
// { val: '2', name: this.$t('action.courseAction.changeLearn'), show: UserInfo.is_open_required_course },
{ val: '3', name: this.$t('action.courseAction.repeatLearn'), show: UserInfo.is_open_extended_course }
]
}
],
homeList: [], // 从后台请求
param: {
course_type: 2,
course_type: 3,
order_type: 'begin_date'
},
timeInterval: null,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论