소스 검색

直播间关闭修改按钮

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"