浏览代码

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
                 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')
                 "