panlinlin
2021-04-06 deef5113621a898692c6b4f1e85369d21f5539b9
web_src/src/components/PushVideoList.vue
@@ -28,7 +28,7 @@
               </el-table-column>
               <el-table-column label="正在推流" align="center" >
                  <template slot-scope="scope">
                     {{!!scope.row.status?'是':'否'}}
                     {{(scope.row.status == false && scope.row.gbId == null) || scope.row.status ?'是':'否'}}
                  </template>
               </el-table-column>