yuhongqi 2 veckor sedan
förälder
incheckning
ff4f06d1ac
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/views/live/live/index.vue

+ 1 - 1
src/views/live/live/index.vue

@@ -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]" />