mo 5 years ago
parent
commit
36b962a68f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/teamDetail/teamCourseList.vue

+ 2 - 2
src/views/teamDetail/teamCourseList.vue

@@ -171,7 +171,7 @@
                            prop="teacherName"
                            label="指导老师">
           </el-table-column>
-          <!-- <el-table-column align='center'
+          <el-table-column align='center'
                            label="详情">
             <template slot-scope="scope">
               <div>
@@ -179,7 +179,7 @@
                            @click="lookDetail(scope.row)">详情</el-button>
               </div>
             </template>
-          </el-table-column> -->
+          </el-table-column>
         </el-table>
         <pagination :total="rules.total"
                     :page.sync="rules.page"