|
@@ -290,8 +290,32 @@
|
|
|
<el-table-column label="已缴费" prop="payNum" align="center">
|
|
|
</el-table-column>
|
|
|
<el-table-column label="缴费中" prop="payingNum" align="center">
|
|
|
+ <template slot="header">
|
|
|
+ <p style="position: relative;display: flex;">
|
|
|
+ 缴费中
|
|
|
+ <el-tooltip placement="top" popper-class="mTooltip">
|
|
|
+ <div slot="content">提交订单尚支付成功学员</div>
|
|
|
+ <i
|
|
|
+ class="el-icon-question"
|
|
|
+ style="font-size: 18px; color: #f56c6c"
|
|
|
+ ></i>
|
|
|
+ </el-tooltip>
|
|
|
+ </p>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="预约中" prop="checkNum" align="center">
|
|
|
+ <template slot="header">
|
|
|
+ <p style="position: relative;display: flex;">
|
|
|
+ 预约中
|
|
|
+ <el-tooltip placement="top" popper-class="mTooltip">
|
|
|
+ <div slot="content">不购买云教练学员</div>
|
|
|
+ <i
|
|
|
+ class="el-icon-question"
|
|
|
+ style="font-size: 18px; color: #f56c6c"
|
|
|
+ ></i>
|
|
|
+ </el-tooltip>
|
|
|
+ </p>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
<div
|