panlinlin
2021-04-12 27df8bd84cfceb4154bb7543a7d1fc58fc8d1b04
web_src/src/components/StreamProxyList.vue
@@ -64,7 +64,6 @@
                        <el-button size="mini" icon="el-icon-close" type="success" v-if="scope.row.enable" @click="stop(scope.row)">停用</el-button>
                        <el-button size="mini" icon="el-icon-check" type="primary" v-if="!scope.row.enable" @click="start(scope.row)">启用</el-button>
                        <el-button size="mini" icon="el-icon-delete" type="danger"  @click="deleteStreamProxy(scope.row)">删除</el-button>
                        <!-- <el-button size="mini" icon="el-icon-position" type="primary"  >加入国标</el-button> -->
                     </el-button-group>
                     </template>
               </el-table-column>