소스 검색

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

1
mo 4 년 전
부모
커밋
a68c5a161d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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'