|
@@ -108,7 +108,7 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="操作"
|
|
<el-table-column label="操作"
|
|
fixed="right"
|
|
fixed="right"
|
|
- min-width="160px">
|
|
|
|
|
|
+ min-width="200px">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div>
|
|
<div>
|
|
<el-button type="text"
|
|
<el-button type="text"
|
|
@@ -117,10 +117,10 @@
|
|
<!-- <el-button type="text"
|
|
<!-- <el-button type="text"
|
|
@click="lookDetail(scope.row)"
|
|
@click="lookDetail(scope.row)"
|
|
v-permission="'musicGroupPaymentCalender/auditListDetail'">查看</el-button> -->
|
|
v-permission="'musicGroupPaymentCalender/auditListDetail'">查看</el-button> -->
|
|
- <!-- <el-button type="text"
|
|
|
|
|
|
+ <el-button type="text"
|
|
@click="openChioseStudent(scope.row)"
|
|
@click="openChioseStudent(scope.row)"
|
|
v-if="scope.row.status != 'REJECT' && scope.row.status != 'AUDITING'&&teamStatus && scope.row.paymentType != 'MUSIC_APPLY' && scope.row.paymentType != 'ADD_STUDENT'"
|
|
v-if="scope.row.status != 'REJECT' && scope.row.status != 'AUDITING'&&teamStatus && scope.row.paymentType != 'MUSIC_APPLY' && scope.row.paymentType != 'ADD_STUDENT'"
|
|
- v-permission="'musicGroupPaymentCalenderDetail/batchAdd'">添加学员</el-button> -->
|
|
|
|
|
|
+ v-permission="'musicGroupPaymentCalenderDetail/batchAdd'">添加学员</el-button>
|
|
<el-button type="text"
|
|
<el-button type="text"
|
|
v-if="teamStatus && scope.row.auditStatus === 'REJECT'"
|
|
v-if="teamStatus && scope.row.auditStatus === 'REJECT'"
|
|
v-permission="'musicGroupPaymentCalender/update'"
|
|
v-permission="'musicGroupPaymentCalender/update'"
|
|
@@ -652,7 +652,7 @@ export default {
|
|
this.$refs.setStudentFee.clearTable();
|
|
this.$refs.setStudentFee.clearTable();
|
|
this.payVisible = false;
|
|
this.payVisible = false;
|
|
this.chioseStudentVisible = false;
|
|
this.chioseStudentVisible = false;
|
|
- this.$refs.payItems?.getList()
|
|
|
|
|
|
+ // this.$refs.payItems?.getList()
|
|
this.getList();
|
|
this.getList();
|
|
|
|
|
|
}
|
|
}
|