人口网格

This commit is contained in:
wzy-warehouse
2026-04-21 15:49:56 +08:00
parent 8863fafc69
commit d71112e1d3
12 changed files with 149 additions and 43 deletions
@@ -38,6 +38,14 @@
useStatusStore().poiLayers.showReservePoint.loading
"
/>
<!-- 人口网格 -->
<PopulationGridComponent
v-if="
useStatusStore().appLoadingCompleted &&
useStatusStore().poiLayers.showPopulationGrid.loading
"
/>
</template>
<script lang="ts" setup>
@@ -47,6 +55,7 @@
import EmergencyShelterComponent from './EmergencyShelterComponent.vue';
import FireStationComponent from './FireStationComponent.vue';
import StorePointsComponent from './StorePointsComponent.vue';
import PopulationGridComponent from './PopulationGridComponent.vue';
</script>
<style scoped lang="less"></style>