@@ -39,7 +39,6 @@
align="center"
/>
-
<el-table-column
label="课时"
prop="periods"
@@ -71,11 +71,21 @@
width="150px"
+ <el-table-column
+ label="学习进度"
+ prop="proportion"
+ align="center"
+ width="180px"
+ >
+ <template slot-scope="scope">
+ <el-progress :text-inside="true" :stroke-width="15" :percentage="Number(scope.row.proportion*100).toFixed(0)" color="#c11920" />
+ </template>
+ </el-table-column>
label="状态"
- width="100px"
+ width="120px"
>
<template slot-scope="scope">