caichengyu 10 달 전
부모
커밋
95cc136404
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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;