@@ -323,6 +323,10 @@ export default {
this.tableData = res.rows;
this.total = res.total;
this.navText.index = res.total;
+ this.tableData.forEach(item=>{
+ if(item.hoursSign==1)
+ item.classHours=item.classHoursStr;
+ })
})
.finally(() => {
this.loading = false;