Ver código fonte

直播间关闭修改按钮

yuhongqi 1 dia atrás
pai
commit
bd626fe91b
1 arquivos alterados com 1 adições e 1 exclusões
  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"