Browse Source

移除 课程列表发布状态

keyman1995 6 years ago
parent
commit
73e7aec144
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/pages/system/courseManager/courseList/index.vue

+ 2
- 2
src/pages/system/courseManager/courseList/index.vue View File

57
         :data="courses.list"
57
         :data="courses.list"
58
         stripe
58
         stripe
59
         style="width: 100%">
59
         style="width: 100%">
60
-        <el-table-column
60
+        <!-- <el-table-column
61
           prop="CourseName"
61
           prop="CourseName"
62
           label="发布状态"
62
           label="发布状态"
63
           width="150">
63
           width="150">
64
           <template slot-scope="scope">
64
           <template slot-scope="scope">
65
             <label>{{scope.row.Status===1?'已发布':'未发布'}}</label>
65
             <label>{{scope.row.Status===1?'已发布':'未发布'}}</label>
66
           </template>
66
           </template>
67
-        </el-table-column>
67
+        </el-table-column> -->
68
         <el-table-column
68
         <el-table-column
69
           prop="CourseName"
69
           prop="CourseName"
70
           label="课程名称"
70
           label="课程名称"