panlinlin
2021-04-03 2b1e56973edb72f990ee0d4a1b3e6d06ba3aa4d7
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>