@@ -146,6 +146,9 @@
show-overflow-tooltip
sortable="custom"
label="汇总评分">
+ <template slot-scope="scope">
+ <el-link type="primary" :underline="false" @click="edit(scope.row.id,'7')">{{scope.row.sumScore}}</el-link>
+ </template>
</el-table-column>
<!-- <el-table-column
header-align="center"
@@ -281,6 +284,9 @@
case '6':
this.classId = '6018a3a93b164602aebc08ae44207ba5'
break
+ case '7':
+ this.classId = ''
+ break
}
this.$router.push({path: '../deductionshowdetails/DeductionShowDetailsList', query: {unitId: id, classId: this.classId}})
},