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