支持多WVP的推流播放
This commit is contained in:
@@ -52,8 +52,8 @@
|
||||
</el-table-column>
|
||||
<el-table-column label="推流状态" min-width="100">
|
||||
<template slot-scope="scope">
|
||||
<el-tag size="medium" v-if="scope.row.pushIng">推流中</el-tag>
|
||||
<el-tag size="medium" type="info" v-if="!scope.row.pushIng">已停止</el-tag>
|
||||
<el-tag size="medium" v-if="scope.row.pushing">推流中</el-tag>
|
||||
<el-tag size="medium" type="info" v-if="!scope.row.pushing">已停止</el-tag>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="gbDeviceId" label="国标编码" min-width="200" >
|
||||
|
||||
Reference in New Issue
Block a user