From d48a96f36b7098e397c819a15acf65b28f96bb10 Mon Sep 17 00:00:00 2001 From: xudan Date: Wed, 27 Aug 2025 11:19:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=B1=95=E5=BC=80=E7=AB=99=E7=82=B9=E7=BB=91=E5=AE=9A=E4=B8=8B?= =?UTF-8?q?=E6=8B=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/card/area-edit-card.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" >