Sfoglia il codice sorgente

班级列表修改

1
mo 4 anni fa
parent
commit
c21f548cb2
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4 4
      src/views/teamDetail/teamClassList.vue

+ 4 - 4
src/views/teamDetail/teamClassList.vue

@@ -39,7 +39,7 @@
             ></el-option>
           </el-select>
         </el-form-item>
-        <!-- <el-form-item>
+        <el-form-item>
           <el-select
             v-model.trim="searchForm.groupType"
             @change="()=>{searchForm.type=''}"
@@ -53,7 +53,7 @@
               :label="item.label"
             ></el-option>
           </el-select>
-        </el-form-item> -->
+        </el-form-item>
         <!-- musicClassTypeList -->
         <el-form-item prop="type">
           <el-select v-model.trim="searchForm.type" filterable  clearable :disabled='searchForm.groupType!="MUSIC"'>
@@ -147,14 +147,14 @@
             </template>
           </el-table-column>
           <el-table-column align="center" label="操作">
-            <!--    scope.row.groupType== 'MUSIC'&& -->
+            <!--    -->
             <template slot-scope="scope">
               <el-button
                 type="text"
                 @click="addCompound(scope.row)"
                 v-if="
                   scope.row.type != 'MUSIC_NETWORK' &&
-
+                   scope.row.groupType== 'MUSIC'&&
                   !isAddCom(scope.row) &&
                   permission('classGroup/spanGroupMergeClassSplitClassAffirm')
                 "