浏览代码

直播间关闭修改按钮

yuhongqi 1 天之前
父节点
当前提交
bd626fe91b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/live/live/index.vue

+ 1 - 1
src/views/live/live/index.vue

@@ -175,7 +175,7 @@
       <el-table-column label="操作" align="center" width="200" class-name="small-padding fixed-width">
         <template slot-scope="scope">
           <el-button
-            v-if="scope.row.companyName != '总台'"
+            v-if="scope.row.companyName != '总台' || scope.row.status != 2"
             size="mini"
             type="text"
             icon="el-icon-edit"