panlinlin
2021-04-11 a004a978fa54779425d7498b4737c970b8c71f7b
web_src/src/components/PushVideoList.vue
@@ -15,8 +15,6 @@
               </el-table-column>
               <el-table-column prop="stream" label="流ID" width="240" align="center">
               </el-table-column>
               <el-table-column prop="totalReaderCount" label="在线人数" width="240" align="center">
               </el-table-column>
               <el-table-column prop="gbId" label="国标编码" width="150" align="center">
               </el-table-column>
               <el-table-column label="开始时间" align="center" >
@@ -28,7 +26,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>
               
@@ -157,7 +155,7 @@
         },
         removeFromGB: function(row){
            var that = this;
            that.$axios.post(`/api/push/removeFormGB`, row)
            that.$axios.post(`/api/push/remove_form_gb`, row)
               .then(function (res) {
                  console.log(res);
                  console.log(res.data == "success");