考试学习状态修改

This commit is contained in:
zhangsir
2024-05-09 14:17:20 +08:00
parent 37544bea60
commit 373246f26f

View File

@@ -266,7 +266,7 @@
<el-table-column prop="duration" label="进度">
<template slot-scope="scope">
<!-- {{scope.row.studyDuration == 0?'0':scope.row.studyDuration/60}}-->
{{scope.row.contentName.split('--')[1]!=='考试'?scope.row.studyDuration:''}}
{{scope.row.studyDuration}}
</template>
</el-table-column>
</el-table>