|
@@ -95,13 +95,13 @@
|
|
|
<el-button type="text"
|
|
|
slot="reference">删除班级</el-button>
|
|
|
</el-popover>
|
|
|
- <el-button type="text"
|
|
|
- v-permission="'classGroupStudent/findAllStudent'"
|
|
|
- v-if="scope.row.type
|
|
|
+ <!-- v-if="scope.row.type
|
|
|
!='HIGHT'
|
|
|
&&scope.row.type
|
|
|
!='HIGH_ONLINE'
|
|
|
- "
|
|
|
+ " -->
|
|
|
+ <el-button type="text"
|
|
|
+ v-permission="'classGroupStudent/findAllStudent'"
|
|
|
@click="resetClass(scope.row)">学员调整</el-button>
|
|
|
</div>
|
|
|
</template>
|