|
@@ -168,26 +168,27 @@
|
|
|
>修改</el-button
|
|
|
>
|
|
|
</auth>
|
|
|
+ <!-- scope.row.paymentType != 'SPAN_GROUP_CLASS_ADJUST' &&-->
|
|
|
<auth
|
|
|
auths="musicGroupPaymentCalender/revoke"
|
|
|
v-if="
|
|
|
(team_status == 'FEE_AUDIT' || team_status == 'PROGRESS') &&
|
|
|
scope.row.status === 'AUDITING' &&
|
|
|
- scope.row.paymentType != 'ADD_STUDENT' &&
|
|
|
- scope.row.paymentType != 'SPAN_GROUP_CLASS_ADJUST'
|
|
|
+ scope.row.paymentType != 'ADD_STUDENT'
|
|
|
+
|
|
|
"
|
|
|
>
|
|
|
<el-button type="text" @click="revoke(scope.row)"
|
|
|
>撤回</el-button
|
|
|
>
|
|
|
</auth>
|
|
|
- <!-- -->
|
|
|
+ <!-- scope.row.paymentType != 'SPAN_GROUP_CLASS_ADJUST' && -->
|
|
|
<auth
|
|
|
auths="musicGroupPaymentCalender/delByBatchNo/4305"
|
|
|
v-if="
|
|
|
teamStatus &&
|
|
|
scope.row.paymentType != 'ADD_STUDENT' &&
|
|
|
- scope.row.paymentType != 'SPAN_GROUP_CLASS_ADJUST' &&
|
|
|
+
|
|
|
(scope.row.status == 'DRAFT' ||
|
|
|
scope.row.status == 'REJECT')
|
|
|
"
|