Browse Source

修改提示

lex-xin 4 năm trước cách đây
mục cha
commit
5e21e4a4d9
1 tập tin đã thay đổi với 24 bổ sung0 xóa
  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 label="已缴费" prop="payNum" align="center">
           </el-table-column>
           </el-table-column>
           <el-table-column label="缴费中" prop="payingNum" align="center">
           <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>
           <el-table-column label="预约中" prop="checkNum" align="center">
           <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-column>
         </el-table>
         </el-table>
         <div
         <div