|
@@ -138,7 +138,7 @@
|
|
|
|
|
|
<el-button type="text"
|
|
|
v-permission="'musicGroupPaymentCalender/delByBatchNo'"
|
|
|
- v-if="scope.row.auditStatus != 'REJECT' && scope.row.auditStatus != 'AUDITING' && scope.row.auditStatus != 'REJECT' && scope.row.auditStatus != 'NO' && teamStatus && scope.row.paymentType != 'ADD_STUDENT' && scope.row.paymentType != 'SPAN_GROUP_CLASS_ADJUST'"
|
|
|
+ v-if="(scope.row.auditStatus == 'REJECT' || scope.row.auditStatus == 'AUDITING' || scope.row.auditStatus == 'NO') && teamStatus && scope.row.paymentType != 'ADD_STUDENT' && scope.row.paymentType != 'SPAN_GROUP_CLASS_ADJUST'"
|
|
|
@click="removeBatchNo(scope.row)">删除</el-button>
|
|
|
|
|
|
<!-- <el-button type="text"
|