Explorar el Código

更新 显示逻辑

王智慧 hace 3 años
padre
commit
eeeea118f6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/shipSecurityManage/checkShip.vue

+ 1 - 1
src/views/shipSecurityManage/checkShip.vue

@@ -56,7 +56,7 @@
         />
       </el-select>
     </div>
-    <el-button-group class="mb20" v-show="ships.length > 1">
+    <el-button-group class="mb20" v-show="ships.length">
       <el-button
         v-for="(item, index) in ships"
         @click="shipIndex = index"