|
|
@@ -218,7 +218,8 @@
|
|
|
<!-- <el-table-column label="冻结佣金" align="center" prop="source" />-->
|
|
|
<!-- <el-table-column label="已提现佣金" align="center" prop="remark" />-->
|
|
|
<el-table-column label="看课数量" align="center" prop="watchCourseCount" />
|
|
|
- <el-table-column label="参与营期数" align="center" prop="partCourseCount" />
|
|
|
+<!-- 去掉营期数,这个数据获取的不准,准确获取影响速度 xgb -->
|
|
|
+<!-- <el-table-column label="参与营期数" align="center" prop="partCourseCount" />-->
|
|
|
<el-table-column label="最后看课时间" align="center" prop="lastWatchDate" width="160">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ parseTime(scope.row.lastWatchDate) }}</span>
|