|
|
@@ -422,7 +422,7 @@
|
|
|
<!-- <el-table-column label="所属发送方式" align="center" prop="sendType" />-->
|
|
|
<el-table-column label="看课类型" align="center">
|
|
|
<template slot-scope="{ row }">
|
|
|
- {{ row.watchType === 1 ? 'APP' : row.watchType === 2 ? '小程序' : '-' }}
|
|
|
+ {{ row.sendType == 2 ? '企微发课' : row.sendType == 1 ? '手动发课' : '-' }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="创建时间" align="center" prop="createTime" />
|
|
|
@@ -949,7 +949,7 @@ export default {
|
|
|
this.loadCourseList();
|
|
|
this.initDefaultCreateTime();
|
|
|
this.getList();
|
|
|
- this.getDicts("sys_course_watch_log_type_new").then(response => {
|
|
|
+ this.getDicts("sys_course_watch_log_type").then(response => {
|
|
|
this.logTypeOptions = response.data;
|
|
|
});
|
|
|
this.getDicts("sys_course_project").then(response => {
|