|
@@ -50,7 +50,6 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="duration" label="播放时长" align="center" min-width="100"/>
|
|
|
<el-table-column prop="finishTime" label="完课时间" align="center" min-width="120"/>
|
|
|
- <el-table-column prop="lastHeartbeatTime" label="最后心跳时间" align="center" min-width="120"/>
|
|
|
</el-table>
|
|
|
|
|
|
<!-- 分页 -->
|
|
@@ -69,7 +68,7 @@
|
|
|
|
|
|
<script>
|
|
|
import {periodCourseStatisticCount} from "@/api/course/userCoursePeriod";
|
|
|
-import { listCourseWatchLog } from "@/api/course/qw/courseWatchLog";
|
|
|
+import { listBytrainingCampId } from "@/api/course/qw/courseWatchLog";
|
|
|
|
|
|
|
|
|
export default {
|
|
@@ -136,7 +135,7 @@ export default {
|
|
|
if (!this.queryParams.trainingCampId || !this.queryParams.userId){
|
|
|
return
|
|
|
}
|
|
|
- listCourseWatchLog(this.queryParams).then(response => {
|
|
|
+ listBytrainingCampId(this.queryParams).then(response => {
|
|
|
if (response.code === 200) {
|
|
|
// 设置列表数据
|
|
|
this.list = response.rows;
|