|
@@ -88,6 +88,9 @@
|
|
|
@click="$listeners.commmitGetMoney(scope.row)"
|
|
|
>确认收款</el-button
|
|
|
>
|
|
|
+ <el-button type="text"
|
|
|
+ v-if="!isNewGropu&&teamStatus&&scope.row.paymentType!='MUSIC_APPLY'&&payUserType === 'STUDENT'"
|
|
|
+ @click="$listeners.onCreateQRCode(scope.row)">续费二维码</el-button>
|
|
|
<!-- <el-button type="text" v-if="!isNewGropu" @click="onCreateQRCode(scope.row)">续费二维码</el-button> -->
|
|
|
</div>
|
|
|
</template>
|
|
@@ -109,7 +112,7 @@ import { addMusicGroupPaymentCalender, getMusicGroupPaymentCalender, resetMusicG
|
|
|
import loading from '@/utils/loading'
|
|
|
import pagination from "@/components/Pagination/index";
|
|
|
export default {
|
|
|
- props: ['batchNo', 'teamStatus', 'teamType'],
|
|
|
+ props: ['batchNo', 'teamStatus', 'teamType', 'payUserType', 'isNewGropu'],
|
|
|
components: {
|
|
|
pagination
|
|
|
},
|