caichengyu 10 months ago
parent
commit
95cc136404
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/secondJian/courseList/index.vue

+ 4 - 0
src/views/secondJian/courseList/index.vue

@@ -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;