支持多WVP的推流播放
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<el-divider content-position="center">策略</el-divider>
|
||||
<el-form ref="streamPushForm" status-icon label-width="160px" v-loading="locading">
|
||||
<el-form-item style="text-align: left">
|
||||
<el-checkbox v-model="streamPush.autoPushChannel">拉起离线推流</el-checkbox>
|
||||
<el-checkbox v-model="streamPush.startOfflinePush">拉起离线推流</el-checkbox>
|
||||
</el-form-item>
|
||||
|
||||
</el-form>
|
||||
|
||||
@@ -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