Commit 20a136e8 authored by 罗林杰's avatar 罗林杰

修改表单

parent 71179480
...@@ -147,7 +147,16 @@ ...@@ -147,7 +147,16 @@
<span style="color: #214e90;cursor:pointer;">{{ scope.row.exam }}</span> <span style="color: #214e90;cursor:pointer;">{{ scope.row.exam }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="累计学时" align="center" prop="totalLearnTime">
<template slot-scope="scope">
<span>{{ scope.row.totalLearnTime }}</span>
</template>
</el-table-column>
<el-table-column label="平均学时" align="center" prop="averageLearnTime">
<template slot-scope="scope">
<span>{{ scope.row.averageLearnTime }}</span>
</template>
</el-table-column>
</el-table> </el-table>
<pagination <pagination
v-show="total>0" v-show="total>0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment