浏览代码

Merge branch '0601Action' into test

lex-xin 4 年之前
父节点
当前提交
acc05aa4f2
共有 1 个文件被更改,包括 24 次插入0 次删除
  1. 24 0
      src/views/teamBuild/signupList.vue

+ 24 - 0
src/views/teamBuild/signupList.vue

@@ -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