mo 4 years ago
parent
commit
9b110451ce
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/teamDetail/teamCourseList.vue

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

@@ -369,14 +369,14 @@
           >
             <template slot-scope="scope">
               <div>
-                <el-button
+                <!-- <el-button
                   type="text"
                   @click="removeCourse(scope.row)"
                   v-permission="
                     'courseSchedule/batchDelete?page=teamCourseList'
                   "
                   >删除</el-button
-                >
+                > -->
                 <el-button
                   type="text"
                   v-if="permission('teamCourseList/details')"