mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02:46:44 +08:00
考试学习状态修改
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user