Commit 20dca0f6b664f6124e3492eee2e3ef6dfde80d88

Authored by panlinlin
1 parent b1728052

增加推流转发到国标,尚不完善

src/main/resources/wvp.sqlite
No preview for this file type
web_src/src/components/PushVideoList.vue
@@ -28,7 +28,7 @@ @@ -28,7 +28,7 @@
28 </el-table-column> 28 </el-table-column>
29 <el-table-column label="正在推流" align="center" > 29 <el-table-column label="正在推流" align="center" >
30 <template slot-scope="scope"> 30 <template slot-scope="scope">
31 - {{!!scope.row.status?'是':'否'}} 31 + {{(scope.row.status == false && scope.row.gbId == null) || scope.row.status ?'是':'否'}}
32 </template> 32 </template>
33 </el-table-column> 33 </el-table-column>
34 34