|
@@ -41,9 +41,9 @@
|
|
|
<span v-else>--</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="times" label="次数/总计">
|
|
|
+ <el-table-column prop="times" label="总计">
|
|
|
<template slot-scope="scope"
|
|
|
- >{{ scope.row.trainingTimes }}/{{ scope.row.times }}次</template
|
|
|
+ >{{ scope.row.times }}次</template
|
|
|
>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
@@ -81,7 +81,7 @@ export default {
|
|
|
mounted() {
|
|
|
console.log(this.trainingDetailList);
|
|
|
this.fitterTraining = this.trainingDetailList.map(item => item);
|
|
|
- this.getPublicSubject();
|
|
|
+ // this.getPublicSubject();
|
|
|
},
|
|
|
|
|
|
methods: {
|