Pārlūkot izejas kodu

放开合班限制

1
mo 3 gadi atpakaļ
vecāks
revīzija
67b9fa30b9
1 mainītis faili ar 5 papildinājumiem un 4 dzēšanām
  1. 5 4
      src/views/resetTeaming/components/resetPayList.vue

+ 5 - 4
src/views/resetTeaming/components/resetPayList.vue

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