Parcourir la source

更新 显示逻辑

王智慧 il y a 3 ans
Parent
commit
eeeea118f6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"