|
@@ -54,7 +54,7 @@
|
|
|
</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">
|
|
|
+ <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>
|