优化推流列表

This commit is contained in:
648540858 2022-07-19 16:37:34 +08:00
parent a9fcd4502c
commit fe6ca0c571

View File

@ -62,7 +62,7 @@
</el-table-column>
<el-table-column label="正在推流" min-width="100">
<template slot-scope="scope">
{{ (scope.row.status == false && scope.row.gbId == null) || scope.row.status ? '是' : '否' }}
{{scope.row.status ? '是' : '否' }}
</template>
</el-table-column>