|
|
@@ -125,7 +125,7 @@
|
|
|
</div>
|
|
|
<el-table ref="liveTable" v-loading="loading" :data="liveList" @selection-change="handleSelectionChange">
|
|
|
<el-table-column type="selection" width="55"></el-table-column>
|
|
|
- <el-table-column label="直播ID" align="center" prop="liveID" />
|
|
|
+ <el-table-column label="直播ID" align="center" prop="liveId" />
|
|
|
<el-table-column label="直播封面" align="center" prop="liveImgUrl" width="180">
|
|
|
<template slot-scope="scope">
|
|
|
<el-image style="width: 90px;height: 90px;" :src="scope.row.liveImgUrl" mode="aspectFill" :preview-src-list="[scope.row.liveImgUrl]" />
|