Browse Source

提交一下

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

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

@@ -181,7 +181,8 @@
               <auth auths="musicGroupPaymentCalender/update/4313">
                 <el-button
                   type="text"
-                  v-if="teamStatus && scope.row.auditStatus === 'AUDITING'"
+                  v-if="teamStatus && scope.row.auditStatus === 'AUDITING'&&scope.row.paymentType != 'ADD_STUDENT' &&
+                    scope.row.paymentType != 'SPAN_GROUP_CLASS_ADJUST'"
                   @click="revoke(scope.row)"
                   >撤回</el-button
                 >