|
@@ -336,13 +336,14 @@
|
|
|
v-show="status == 'APPLY'"
|
|
|
>
|
|
|
<el-button @click="onSelectAll">全选/取消</el-button>
|
|
|
+ <auth :auths="getFullPermission('studentRegistration/openPayment')">
|
|
|
<el-button
|
|
|
style="background-color: #14928a; border: 1px solid #14928a"
|
|
|
@click="onPartPayment"
|
|
|
- v-permission="'studentRegistration/openPayment'"
|
|
|
type="primary"
|
|
|
>提前缴费</el-button
|
|
|
>
|
|
|
+ </auth>
|
|
|
<!-- <div class='newBand' v-show="status=='APPLY'">允许缴费</div> -->
|
|
|
</div>
|
|
|
<pagination
|