@@ -151,6 +151,7 @@
<el-tag v-else>总台</el-tag>
</template>
</el-table-column>
+
<el-table-column label="直播类型" align="center" prop="liveType">
<template slot-scope="scope">
<el-tag type="danger" v-if="scope.row.liveType == 1">直播</el-tag>