课程学习的管理

This commit is contained in:
86182
2022-10-09 18:44:35 +08:00
parent e53e925676
commit 8f8baedefb

View File

@@ -263,7 +263,7 @@
<span>{{scope.row.status == 9? '已完成':'未开始'}}</span> <span>{{scope.row.status == 9? '已完成':'未开始'}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="duration" label="时长(分)"> <el-table-column prop="duration" label="进度">
<template slot-scope="scope"> <template slot-scope="scope">
<!-- {{scope.row.studyDuration == 0?'0':scope.row.studyDuration/60}}--> <!-- {{scope.row.studyDuration == 0?'0':scope.row.studyDuration/60}}-->
{{scope.row.studyDuration}} {{scope.row.studyDuration}}