|
@@ -82,7 +82,8 @@
|
|
<div>
|
|
<div>
|
|
<!-- v-if="scope.row.type !='MIX'" -->
|
|
<!-- v-if="scope.row.type !='MIX'" -->
|
|
<el-button type="text"
|
|
<el-button type="text"
|
|
- @click="resetClass(scope.row)">学员调整</el-button>
|
|
|
|
|
|
+ @click="resetClass(scope.row)"
|
|
|
|
+ v-if="scope.row.type != 'MUSIC_NETWORK'">学员调整</el-button>
|
|
<el-button type="text"
|
|
<el-button type="text"
|
|
@click="classAdjustment(scope.row)">班级调整</el-button>
|
|
@click="classAdjustment(scope.row)">班级调整</el-button>
|
|
<!--<el-button type="text"
|
|
<!--<el-button type="text"
|
|
@@ -101,6 +102,7 @@
|
|
</div>
|
|
</div>
|
|
<!-- v-if="scope.row.type !='MIX'" -->
|
|
<!-- v-if="scope.row.type !='MIX'" -->
|
|
<el-button type="text"
|
|
<el-button type="text"
|
|
|
|
+ v-if="scope.row.type != 'MUSIC_NETWORK'"
|
|
slot="reference">删除班级</el-button>
|
|
slot="reference">删除班级</el-button>
|
|
</el-popover>
|
|
</el-popover>
|
|
|
|
|