|
@@ -81,12 +81,7 @@
|
|
v-permission="'classGroup/classGroupUpdate'"
|
|
v-permission="'classGroup/classGroupUpdate'"
|
|
@click="classAdjustment(scope.row)">老师调整</el-button>
|
|
@click="classAdjustment(scope.row)">老师调整</el-button>
|
|
<el-button type="text"
|
|
<el-button type="text"
|
|
- v-if="scope.row.type
|
|
|
|
- !='HIGH'
|
|
|
|
- &&scope.row.type
|
|
|
|
- !='HIGH_ONLINE'
|
|
|
|
- "
|
|
|
|
- v-permission="'classGroupStudent/updateClassGroupStudents'"
|
|
|
|
|
|
+ v-permission="'classGroupStudent/addStudents'"
|
|
@click="resetClass(scope.row)">学员调整</el-button>
|
|
@click="resetClass(scope.row)">学员调整</el-button>
|
|
<el-popover placement="top"
|
|
<el-popover placement="top"
|
|
width="160"
|
|
width="160"
|
|
@@ -106,14 +101,14 @@
|
|
slot="reference">删除班级</el-button>
|
|
slot="reference">删除班级</el-button>
|
|
</el-popover>
|
|
</el-popover>
|
|
|
|
|
|
- <el-button type="text"
|
|
|
|
|
|
+ <!-- <el-button type="text"
|
|
v-if="scope.row.type
|
|
v-if="scope.row.type
|
|
==='HIGH'
|
|
==='HIGH'
|
|
||scope.row.type
|
|
||scope.row.type
|
|
==='HIGH_ONLINE'
|
|
==='HIGH_ONLINE'
|
|
"
|
|
"
|
|
v-permission="'classGroupStudent/addStudents'"
|
|
v-permission="'classGroupStudent/addStudents'"
|
|
- @click="addstudentBtn(scope.row)">添加学员</el-button>
|
|
|
|
|
|
+ @click="addstudentBtn(scope.row)">添加学员</el-button> -->
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|