添加左侧图例组件
This commit is contained in:
@@ -28,6 +28,10 @@ export const useStatusStore = defineStore('status', () => {
|
||||
show: true,
|
||||
loading: true,
|
||||
},
|
||||
leftLegend: {
|
||||
show: false,
|
||||
loading: false,
|
||||
},
|
||||
rightButton: {
|
||||
show: true,
|
||||
loading: true,
|
||||
@@ -210,6 +214,10 @@ export const useStatusStore = defineStore('status', () => {
|
||||
show: true,
|
||||
loading: true,
|
||||
};
|
||||
uiComponents.leftLegend = {
|
||||
show: false,
|
||||
loading: false,
|
||||
};
|
||||
uiComponents.rightButton = {
|
||||
show: true,
|
||||
loading: true,
|
||||
|
||||
Reference in New Issue
Block a user