|
@@ -172,7 +172,7 @@
|
|
auths="musicGroupPaymentCalender/revoke"
|
|
auths="musicGroupPaymentCalender/revoke"
|
|
v-if="
|
|
v-if="
|
|
(team_status == 'FEE_AUDIT' || team_status == 'PROGRESS') &&
|
|
(team_status == 'FEE_AUDIT' || team_status == 'PROGRESS') &&
|
|
- scope.row.auditStatus === 'AUDITING' &&
|
|
|
|
|
|
+ scope.row.status === 'AUDITING' &&
|
|
scope.row.paymentType != 'ADD_STUDENT' &&
|
|
scope.row.paymentType != 'ADD_STUDENT' &&
|
|
scope.row.paymentType != 'SPAN_GROUP_CLASS_ADJUST'
|
|
scope.row.paymentType != 'SPAN_GROUP_CLASS_ADJUST'
|
|
"
|
|
"
|
|
@@ -188,8 +188,8 @@
|
|
teamStatus &&
|
|
teamStatus &&
|
|
scope.row.paymentType != 'ADD_STUDENT' &&
|
|
scope.row.paymentType != 'ADD_STUDENT' &&
|
|
scope.row.paymentType != 'SPAN_GROUP_CLASS_ADJUST' &&
|
|
scope.row.paymentType != 'SPAN_GROUP_CLASS_ADJUST' &&
|
|
- (scope.row.auditStatus == 'DRAFT' ||
|
|
|
|
- scope.row.auditStatus == 'REJECT')
|
|
|
|
|
|
+ (scope.row.status == 'DRAFT' ||
|
|
|
|
+ scope.row.status == 'REJECT')
|
|
"
|
|
"
|
|
>
|
|
>
|
|
<el-button type="text" @click="removeBatchNo(scope.row)"
|
|
<el-button type="text" @click="removeBatchNo(scope.row)"
|
|
@@ -201,8 +201,8 @@
|
|
v-if="
|
|
v-if="
|
|
teamStatus &&
|
|
teamStatus &&
|
|
scope.row.paymentType == 'ADD_STUDENT' &&
|
|
scope.row.paymentType == 'ADD_STUDENT' &&
|
|
- (scope.row.auditStatus == 'DRAFT' ||
|
|
|
|
- scope.row.auditStatus == 'REJECT')
|
|
|
|
|
|
+ (scope.row.status == 'DRAFT' ||
|
|
|
|
+ scope.row.status == 'REJECT')
|
|
"
|
|
"
|
|
>
|
|
>
|
|
<el-button type="text" @click="removeBatchNo(scope.row)"
|
|
<el-button type="text" @click="removeBatchNo(scope.row)"
|
|
@@ -216,8 +216,7 @@
|
|
!isNewGropu &&
|
|
!isNewGropu &&
|
|
teamStatus &&
|
|
teamStatus &&
|
|
scope.row.paymentType != 'MUSIC_APPLY' &&
|
|
scope.row.paymentType != 'MUSIC_APPLY' &&
|
|
- (scope.row.auditStatus == 'DRAFT' ||
|
|
|
|
- scope.row.auditStatus == 'REJECT')
|
|
|
|
|
|
+ scope.row.status == 'OPEN'
|
|
"
|
|
"
|
|
@click="onCreateQRCode(scope.row)"
|
|
@click="onCreateQRCode(scope.row)"
|
|
>续费二维码</el-button
|
|
>续费二维码</el-button
|