blivemedal

拯救B站直播换牌子的用户体验

< 腳本blivemedal的回應

評論:正評 - 腳本一切正常

§
發表於:2022-06-30

可以让直播状态单独成列以便排序

<el-table-column label="直播状态" prop="room_info.living_status" width="100" sortable>
  <template slot-scope="scope">
    <el-badge v-if="scope.row.room_info.living_status" is-dot></el-badge>
  </template>
</el-table-column>

發表回覆

登入以回復