|
@@ -224,7 +224,8 @@
|
|
|
<el-table-column align="center" label="欠费金额(元)">
|
|
|
<template slot-scope="scope">
|
|
|
<div :class="[scope.row.noPaymentAmount > 0 ? 'error' : null]">{{ scope.row.noPaymentAmount | moneyFormat }}
|
|
|
- <auth auths="musicGroupPaymentCalenderDetail/queryPage" :router="['/business/teamDetails']">
|
|
|
+ <!-- musicGroupPaymentCalenderDetail/queryPage/studentList -->
|
|
|
+ <auth auths="musicGroupPaymentCalenderDetail/queryPage/studentList" :router="['/business/teamDetails']">
|
|
|
<i style="color: #14928A; font-size: 17px;" title="缴费记录" class="el-icon-view" @click="onPaymentDetail(scope.row)"></i>
|
|
|
</auth>
|
|
|
</div>
|