|
@@ -71,7 +71,7 @@
|
|
|
@click="lookFee(scope)">退学</el-button>
|
|
|
</el-popover> -->
|
|
|
<el-button type="text"
|
|
|
- v-if="scope.row.studentStatus == 0"
|
|
|
+ v-if="scope.row.studentStatus == 0 || scope.row.studentStatus == 3"
|
|
|
v-permission="'vipGroupManage/applyRefundForStudent'"
|
|
|
@click="lookFee(scope)">退学</el-button>
|
|
|
<!-- v-permission="'vipGroupManage/applyRefundForStudent'" -->
|