调整降雨栅格显示
This commit is contained in:
@@ -37,6 +37,14 @@
|
||||
useStatusStore().poiLayers.showFlashFloodHiddenPoint.loading
|
||||
"
|
||||
/>
|
||||
|
||||
<!-- 降雨栅格图层组件 -->
|
||||
<RainfallGridComponent
|
||||
v-if="
|
||||
useStatusStore().appLoadingCompleted &&
|
||||
useStatusStore().weatherLayers.showRainfallGrid.loading
|
||||
"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<!-- 地震场景隐患点组件 -->
|
||||
@@ -65,14 +73,6 @@
|
||||
useStatusStore().mapLayers.riskPointShow.loading
|
||||
"
|
||||
/>
|
||||
|
||||
<!-- 降雨栅格图层组件(暴雨模拟) -->
|
||||
<RainfallGridComponent
|
||||
v-if="
|
||||
useStatusStore().appLoadingCompleted &&
|
||||
useStatusStore().weatherLayers.showRainfallGrid.loading
|
||||
"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user