显示学校

This commit is contained in:
wzy-warehouse
2026-04-21 20:56:25 +08:00
parent 89d6313542
commit 16d049d082
16 changed files with 326 additions and 8 deletions
@@ -39,6 +39,14 @@
"
/>
<!-- 学校 -->
<SchoolComponent
v-if="
useStatusStore().appLoadingCompleted &&
useStatusStore().poiLayers.showSchool.loading
"
/>
<!-- 人口网格 -->
<PopulationGridComponent
v-if="
@@ -65,6 +73,7 @@
import StorePointsComponent from './detail-panels/StorePointsComponent.vue';
import PopulationGridComponent from './detail-panels/PopulationGridComponent.vue';
import WaterPipeComponent from './detail-panels/WaterPipeComponent.vue';
import SchoolComponent from './detail-panels/SchoolComponent.vue';
</script>
<style scoped lang="less"></style>