|
@@ -186,7 +186,13 @@
|
|
|
>
|
|
|
开启缴费
|
|
|
</div>
|
|
|
-
|
|
|
+ <div
|
|
|
+ class="newBand"
|
|
|
+ @click="payRemind"
|
|
|
+ v-permission="'musicGroupPaymentCalenderDetail/openPayment'"
|
|
|
+ >
|
|
|
+ 缴费提醒
|
|
|
+ </div>
|
|
|
<!-- <div
|
|
|
class="newBand"
|
|
|
@click="addStudentBtn"
|
|
@@ -610,15 +616,15 @@ export default {
|
|
|
path: "/business/resetTeaming",
|
|
|
query: { ...this.$route.query },
|
|
|
});
|
|
|
- } else if(query.type == 'look') {
|
|
|
+ } else if (query.type == "look") {
|
|
|
this.$store.dispatch("delVisitedViews", this.$route);
|
|
|
this.$router.push({
|
|
|
path: "/business/teamLookBase",
|
|
|
query: { ...this.$route.query },
|
|
|
});
|
|
|
}
|
|
|
- if(query.type == "look"){
|
|
|
- this.$store.dispatch("delVisitedViews", this.$route);
|
|
|
+ if (query.type == "look") {
|
|
|
+ this.$store.dispatch("delVisitedViews", this.$route);
|
|
|
this.$router.push({
|
|
|
path: "/business/teamLookBase",
|
|
|
query: { ...this.$route.query },
|
|
@@ -784,6 +790,9 @@ export default {
|
|
|
this.$refs.singleTable.setCurrentRow(row);
|
|
|
this.studentVisible = false;
|
|
|
},
|
|
|
+ payRemind(){
|
|
|
+ console.log(this.activeChiose)
|
|
|
+ }
|
|
|
},
|
|
|
watch: {
|
|
|
payVisible(val) {
|