|
@@ -44,23 +44,23 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="注册时间" align="center" prop="createTime" width="160px"/>
|
|
|
- <el-table-column label="看课数量" align="center" prop="watchCourseCount" />
|
|
|
- <el-table-column label="缺课数量" align="center" prop="missCourseCount" />
|
|
|
- <el-table-column label="缺课状态" align="center" prop="missCourseStatus">
|
|
|
- <template slot-scope="scope">
|
|
|
- <el-tag effect="dark" type="danger" v-if="scope.row.missCourseStatus === 1">已缺课</el-tag>
|
|
|
- <el-tag effect="dark" type="success" v-else>未缺课</el-tag>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column label="参与营期数量" align="center" prop="partCourseCount" width="100px"/>
|
|
|
+<!-- <el-table-column label="看课数量" align="center" prop="watchCourseCount" />-->
|
|
|
+<!-- <el-table-column label="缺课数量" align="center" prop="missCourseCount" />-->
|
|
|
+<!-- <el-table-column label="缺课状态" align="center" prop="missCourseStatus">-->
|
|
|
+<!-- <template slot-scope="scope">-->
|
|
|
+<!-- <el-tag effect="dark" type="danger" v-if="scope.row.missCourseStatus === 1">已缺课</el-tag>-->
|
|
|
+<!-- <el-tag effect="dark" type="success" v-else>未缺课</el-tag>-->
|
|
|
+<!-- </template>-->
|
|
|
+<!-- </el-table-column>-->
|
|
|
+<!-- <el-table-column label="参与营期数量" align="center" prop="partCourseCount" width="100px"/>-->
|
|
|
<el-table-column label="最后一次看课时间" align="center" prop="lastWatchDate" width="160px"/>
|
|
|
- <el-table-column label="看课状态" align="center" prop="courseCountStatus">
|
|
|
- <template slot-scope="scope">
|
|
|
- <el-tag effect="dark" type="success" v-if="scope.row.courseCountStatus === 1">正常</el-tag>
|
|
|
- <el-tag effect="dark" type="info" v-else-if="scope.row.courseCountStatus === 2">停止</el-tag>
|
|
|
- <el-tag effect="dark" type="danger" v-else>未看</el-tag>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
+<!-- <el-table-column label="看课状态" align="center" prop="courseCountStatus">-->
|
|
|
+<!-- <template slot-scope="scope">-->
|
|
|
+<!-- <el-tag effect="dark" type="success" v-if="scope.row.courseCountStatus === 1">正常</el-tag>-->
|
|
|
+<!-- <el-tag effect="dark" type="info" v-else-if="scope.row.courseCountStatus === 2">停止</el-tag>-->
|
|
|
+<!-- <el-tag effect="dark" type="danger" v-else>未看</el-tag>-->
|
|
|
+<!-- </template>-->
|
|
|
+<!-- </el-table-column>-->
|
|
|
<!-- <el-table-column label="停课天数" align="center" prop="stopWatchDays" />-->
|
|
|
<!-- <el-table-column label="完播时间" align="center" prop="completeWatchDate" width="160px"/>-->
|
|
|
<el-table-column label="标签名称" align="center" prop="tag" />
|