|
@@ -1,6 +1,7 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
- <div class="newBand" v-permission="'vipGroupManage/addVipGroupStudents'"
|
|
|
+ <div class="newBand"
|
|
|
+ v-permission="'vipGroupManage/addVipGroupStudents'"
|
|
|
@click="addStudentList">新增学员</div>
|
|
|
<div class="tableWrap">
|
|
|
<el-table :data='tableList'
|
|
@@ -26,7 +27,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="courseSalary"
|
|
|
align="center"
|
|
|
- label="剩余费用"></el-table-column>
|
|
|
+ label="课程余额"></el-table-column>
|
|
|
<el-table-column prop="applyDate"
|
|
|
align="center"
|
|
|
label="报名时间">
|
|
@@ -69,7 +70,8 @@
|
|
|
slot="reference"
|
|
|
@click="lookFee(scope)">退学</el-button>
|
|
|
</el-popover> -->
|
|
|
- <el-button type="text" v-permission="'vipGroupManage/applyRefundForStudent'"
|
|
|
+ <el-button type="text"
|
|
|
+ v-permission="'vipGroupManage/applyRefundForStudent'"
|
|
|
@click="lookFee(scope)">退学</el-button>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -77,6 +79,7 @@
|
|
|
</el-table>
|
|
|
</div>
|
|
|
<el-dialog title="学员列表"
|
|
|
+ width="70%"
|
|
|
:visible.sync="maskVisible">
|
|
|
<el-form :model="maskForm"
|
|
|
:inline="true">
|
|
@@ -112,6 +115,8 @@
|
|
|
align="center"
|
|
|
label="手机号"
|
|
|
width="200"></el-table-column>
|
|
|
+ <el-table-column prop="courseSalary"
|
|
|
+ label="课程余额"></el-table-column>
|
|
|
|
|
|
</el-table>
|
|
|
<pagination :total="rules.total"
|