mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 04:46:44 +08:00
课程学习的管理
This commit is contained in:
@@ -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}}
|
||||||
|
|||||||
Reference in New Issue
Block a user