jiangAB 4 weeks ago
parent
commit
cb70d215b2
  1. 4
      public/map/components/CompanyShorePower.vue
  2. 7
      public/map/index.vue

4
public/map/components/CompanyShorePower.vue

@ -36,8 +36,8 @@
</div>
</div>
</div>
<ship-history-dialog v-model="historyVisible.visible" :ship-param="historyVisible.searchParams"
:realtime-device-data="realtimeDeviceData" />
<ship-history-dialog v-if="historyVisible.visible" v-model="historyVisible.visible"
:ship-param="historyVisible.searchParams" :realtime-device-data="realtimeDeviceData" />
</div>
</template>

7
public/map/index.vue

@ -37,9 +37,10 @@
<!-- </template> -->
<!-- 港口企业岸电使用 -->
<template v-if="activeHeadGroup === 2">
<CompanyShorePower :companyComparisonData="companyComparisonData" :realtime-device-data="realtimeDeviceData" />
</template>
<!-- <template v-if="activeHeadGroup === 2"> -->
<CompanyShorePower v-show="activeHeadGroup === 2" :companyComparisonData="companyComparisonData"
:realtime-device-data="realtimeDeviceData" />
<!-- </template> -->
<!-- 船舶岸电使用情况 -->
<template v-if="activeHeadGroup === 3">

Loading…
Cancel
Save