调整控制显示面板

This commit is contained in:
wzy-warehouse
2026-05-04 21:46:36 +08:00
parent 8917b38339
commit 8e365e980e
9 changed files with 208 additions and 262 deletions
-9
View File
@@ -19,11 +19,6 @@ export const useStatusStore = defineStore('status', () => {
* UI 组件显示状态集合
*/
const uiComponents = reactive({
/** 图例显示状态 */
legendShow: {
show: true,
loading: true,
},
/** 灾情链影响点表格显示状态 */
disasterChainPointShow: {
show: false,
@@ -196,10 +191,6 @@ export const useStatusStore = defineStore('status', () => {
*/
const resetScene = () => {
// UI 组件显示状态重置
uiComponents.legendShow = {
show: true,
loading: true,
};
uiComponents.disasterChainPointShow = {
show: false,
loading: true,