上传http与https的处理,优化Aajx的超时时间

This commit is contained in:
daihh
2023-03-28 16:10:15 +08:00
parent e34c9873bd
commit 7b72e42798
8 changed files with 40 additions and 145 deletions

View File

@@ -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="进度">