diff --git a/src/components/card/area-edit-card.vue b/src/components/card/area-edit-card.vue index a4e66ac..50975e4 100644 --- a/src/components/card/area-edit-card.vue +++ b/src/components/card/area-edit-card.vue @@ -26,6 +26,7 @@ const area = computed(() => { const refBindPoint = shallowRef(); const pointKeyword = ref(''); +const activeCollapseKeys = ref(['bind-sites']); const points = computed( () => ( @@ -105,7 +106,7 @@ const actions = computed(() => points.value?.filter(({ point }) => poi - + @@ -136,6 +137,7 @@ const actions = computed(() => points.value?.filter(({ point }) => poi area.type !== MapAreaType.描述区 " :header="$t('绑定站点')" + key="bind-sites" >