From 1be4280495c3925ec0e779fd17e2fb110bac8163 Mon Sep 17 00:00:00 2001 From: xudan Date: Tue, 9 Sep 2025 11:16:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E5=BA=93=E4=BD=8D?= =?UTF-8?q?=E9=9D=A2=E6=9D=BF=E9=80=BB=E8=BE=91=EF=BC=8C=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=BA=93=E4=BD=8D=E6=90=9C=E7=B4=A2=E5=8A=9F=E8=83=BD=E5=B9=B6?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=82=B9=E4=BD=8D=E5=92=8C=E5=BA=93=E4=BD=8D?= =?UTF-8?q?=E7=9A=84=E6=98=BE=E7=A4=BA=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/pen-groups.vue | 155 ++++++++++++++++----- src/pages/movement-supervision.vue | 15 +- src/pages/scene-editor.vue | 4 +- src/services/context-menu/state-manager.ts | 2 + 4 files changed, 132 insertions(+), 44 deletions(-) diff --git a/src/components/pen-groups.vue b/src/components/pen-groups.vue index 707b07e..f7ff20a 100644 --- a/src/components/pen-groups.vue +++ b/src/components/pen-groups.vue @@ -1,29 +1,26 @@ @@ -113,16 +180,16 @@ watch(keyword, updateActiveKeys); - - + + @@ -280,23 +347,27 @@ watch(keyword, updateActiveKeys); style="height: 36px" @click="select(item.id)" > - - {{ item.label }} - - {{ - keyword - ? item.point.associatedStorageLocations - .filter((location: string) => location.includes(keyword)) - .join(', ') - : item.point.associatedStorageLocations.join(', ') - }} - - + {{ item.label }} + + + + + + + + + @@ -385,6 +456,21 @@ watch(keyword, updateActiveKeys); + + + + + + + diff --git a/src/pages/movement-supervision.vue b/src/pages/movement-supervision.vue index 305438f..871b3d5 100644 --- a/src/pages/movement-supervision.vue +++ b/src/pages/movement-supervision.vue @@ -1,21 +1,20 @@