wenhongquan vor 2 Jahren
Ursprung
Commit
bec517d50c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/views/yunying/video/index.vue

+ 1 - 1
src/views/yunying/video/index.vue

@@ -106,7 +106,7 @@
                   <div :class="item.box_status==1?'boxunused':''" v-for="(item,index) in currentCabinet.boxlist" style="width: 60px;height:60px;border: 1px solid #33333317;border-radius: 6px;position: relative;">
                     <div style="font-size: 10px;padding:8px">{{ item.box_name }}</div>
 
-                    <el-button size="small" v-if="item.box_status!=1" text style="position: absolute;right: 0;bottom: 0;" @click="openbox">
+                    <el-button size="small"  text style="position: absolute;right: 0;bottom: 0;" @click="openbox">
                          <img style="width:10px" src="@/assets/images/unlock@2x.png">
                     </el-button>
                   </div>