Browse Source

焕焕狗开BUG

11
mo 5 years ago
parent
commit
53c879d3e8
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/teamBuild/teamSeting/components/setClassV2.vue

+ 4 - 4
src/views/teamBuild/teamSeting/components/setClassV2.vue

@@ -95,13 +95,13 @@
                 <el-button type="text"
                            slot="reference">删除班级</el-button>
               </el-popover>
-              <el-button type="text"
-                         v-permission="'classGroupStudent/findAllStudent'"
-                         v-if="scope.row.type
+              <!-- v-if="scope.row.type
                          !='HIGHT'
                          &&scope.row.type
                          !='HIGH_ONLINE'
-                         "
+                         " -->
+              <el-button type="text"
+                         v-permission="'classGroupStudent/findAllStudent'"
                          @click="resetClass(scope.row)">学员调整</el-button>
             </div>
           </template>