panlinlin
2021-04-02 20dca0f6b664f6124e3492eee2e3ef6dfde80d88
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>