mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
考试学习状态修改
This commit is contained in:
@@ -266,7 +266,7 @@
|
|||||||
<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.contentName.split('--')[1]!=='考试'?scope.row.studyDuration:''}}
|
{{scope.row.studyDuration}}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
|
|||||||
Reference in New Issue
Block a user