ソースを参照

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

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'