优化推流列表

pull/549/head
648540858 2022-07-19 16:37:34 +08:00
parent 4a43d04020
commit 7f5a18d6b5
1 changed files with 1 additions and 1 deletions

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>