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> </div>
</div> </div>
<ship-history-dialog v-model="historyVisible.visible" :ship-param="historyVisible.searchParams" <ship-history-dialog v-if="historyVisible.visible" v-model="historyVisible.visible"
:realtime-device-data="realtimeDeviceData" /> :ship-param="historyVisible.searchParams" :realtime-device-data="realtimeDeviceData" />
</div> </div>
</template> </template>

7
public/map/index.vue

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

Loading…
Cancel
Save