mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
上传http与https的处理,优化Aajx的超时时间
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
<!-- <el-table-column prop="finishTime" label="结束时间"></el-table-column> -->
|
||||
<el-table-column prop="totalDuration" label="学习时长(分)">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.totalDuration == 0? '0': scope.row.totalDuration/60}}
|
||||
{{ scope.row.totalDuration == 0? '0': (scope.row.totalDuration/60).toFixed(2)}}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="progress" label="进度">
|
||||
|
||||
Reference in New Issue
Block a user