移除共享所有直播流功能

This commit is contained in:
648540858
2022-07-19 17:46:16 +08:00
parent 7f5a18d6b5
commit 9e397ba9f6
12 changed files with 36 additions and 155 deletions

View File

@@ -62,7 +62,12 @@
</el-table-column>
<el-table-column label="正在推流" min-width="100">
<template slot-scope="scope">
{{scope.row.status ? '是' : '否' }}
{{scope.row.pushIng ? '是' : '否' }}
</template>
</el-table-column>
<el-table-column label="本平台推流" min-width="100">
<template slot-scope="scope">
{{scope.row.pushIng && !!!scope.row.serverId ? '是' : '否' }}
</template>
</el-table-column>