mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-24 05:57:49 +08:00
增加推流转发到国标,尚不完善
This commit is contained in:
parent
b17280522b
commit
20dca0f6b6
Binary file not shown.
@ -28,7 +28,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="正在推流" align="center" >
|
<el-table-column label="正在推流" align="center" >
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{!!scope.row.status?'是':'否'}}
|
{{(scope.row.status == false && scope.row.gbId == null) || scope.row.status ?'是':'否'}}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user