|
@@ -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')
|
|
|
"
|