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;