소스 검색

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

mo 2 년 전
부모
커밋
0425af2374
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/resetTeaming/components/resetPayList.vue

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

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