Browse Source

Merge branch '02/23reviewBUG' into 11/24SAAS

mo 2 years ago
parent
commit
0425af2374
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/resetTeaming/components/resetPayList.vue

+ 2 - 2
src/views/resetTeaming/components/resetPayList.vue

@@ -201,7 +201,7 @@
               <auth
                 auths="musicGroupPaymentCalender/update/4313"
                 v-if="
-                  teamStatus &&
+                  teamStatus && scope.row.paymentType != 'ADD_STUDENT' &&
                   (scope.row.status === 'REJECT' ||
                     scope.row.status === 'DRAFT')
                 "
@@ -213,7 +213,7 @@
               <auth
                 auths="musicGroupPaymentCalender/update/4313"
                 v-if="
-                team_status == 'FEE_AUDIT_FAILED' &&
+                team_status == 'FEE_AUDIT_FAILED' && scope.row.paymentType != 'ADD_STUDENT' &&
                   (scope.row.status === 'REJECT' ||
                     scope.row.status === 'DRAFT')
                 "