Explorar o código

进行中没有更改声部和修改专业

1
mo %!s(int64=4) %!d(string=hai) anos
pai
achega
a68c5a161d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/views/teamDetail/components/studentList.vue

+ 2 - 0
src/views/teamDetail/components/studentList.vue

@@ -585,6 +585,7 @@
                 <el-button
                   type="text"
                   v-show="
+                    (team_status == 'PAY' || team_status == 'APPLY') &&
                     scope.row.paymentStatus != 2 &&
                     isShowResSound() &&
                     scope.row.studentStatus != 'QUIT'
@@ -618,6 +619,7 @@
               <auth
                 :auths="'subjectChange/getStudentOriginal'"
                 v-show="
+                  (team_status == 'PAY' || team_status == 'APPLY') &&
                   scope.row.paymentStatus == 2 &&
                   isShowResSound() &&
                   scope.row.studentStatus != 'QUIT'