|
@@ -253,9 +253,9 @@
|
|
|
</el-button>
|
|
|
<el-button type="text"
|
|
|
@click="addCompound(scope.row)"
|
|
|
- v-if="(scope.row.groupType=='MUSIC'&&scope.row.type!='MUSIC_NETWORK'&&scope.row.type!='HIGH_ONLINE'&&scope.row.status=='NOT_START'&&!isAddCom(scope.row))">添加合班</el-button>
|
|
|
+ v-if="(scope.row.groupType=='MUSIC'&&scope.row.type!='MUSIC_NETWORK'&&scope.row.type!='HIGH_ONLINE'&&scope.row.status=='NOT_START'&&!isAddCom(scope.row)&&permission('courseSchedule/courseMerge'))">添加合班</el-button>
|
|
|
<el-button type="text"
|
|
|
- v-if="isAddCom(scope.row)"
|
|
|
+ v-if="isAddCom(scope.row)&&permission('courseSchedule/courseMerge')"
|
|
|
@click="cancleCompound(scope.row)">取消合班</el-button>
|
|
|
<el-button type="text"
|
|
|
v-if="
|