|
@@ -111,11 +111,7 @@
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
<el-table-column label="记录编号" align="center" prop="logId" />
|
|
<el-table-column label="记录编号" align="center" prop="logId" />
|
|
<el-table-column label="批次单号" align="center" prop="outBatchNo" />
|
|
<el-table-column label="批次单号" align="center" prop="outBatchNo" />
|
|
- <el-table-column label="课程名称" align="center" prop="courseId" >
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
- <span prop="status" v-for="(item, index) in courseLists" v-if="scope.row.courseId==item.dictValue">{{item.dictLabel}}</span>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column>
|
|
|
|
|
|
+ <el-table-column label="课程名称" align="center" prop="courseName" />
|
|
<el-table-column label="小节名称" align="center" prop="title" />
|
|
<el-table-column label="小节名称" align="center" prop="title" />
|
|
<el-table-column label="会员id" align="center" prop="userId" />
|
|
<el-table-column label="会员id" align="center" prop="userId" />
|
|
<el-table-column label="会员昵称" align="center" prop="fsNickName">
|
|
<el-table-column label="会员昵称" align="center" prop="fsNickName">
|
|
@@ -268,7 +264,7 @@ export default {
|
|
/** 查询短链课程看课记录列表 */
|
|
/** 查询短链课程看课记录列表 */
|
|
getList() {
|
|
getList() {
|
|
this.loading = true;
|
|
this.loading = true;
|
|
- myListCourseRedPacketLogNew(this.queryParams).then(response => {
|
|
|
|
|
|
+ listCourseRedPacketLog(this.queryParams).then(response => {
|
|
this.courseRedPacketLogList = response.rows;
|
|
this.courseRedPacketLogList = response.rows;
|
|
this.total = response.total;
|
|
this.total = response.total;
|
|
this.loading = false;
|
|
this.loading = false;
|