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