From ba4decb5b578ab383cd4853fcd401d9b95dd3445 Mon Sep 17 00:00:00 2001 From: lyf <2514544224@qq.com> Date: Mon, 29 Jun 2026 00:16:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AE=A4=E5=86=85=E5=AF=BC?= =?UTF-8?q?=E8=A7=88=E7=82=B9=E4=BD=8D=E9=80=89=E6=8B=A9=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../navigation/RoutePointPicker.vue | 257 ++++++++++++++++-- 1 file changed, 235 insertions(+), 22 deletions(-) diff --git a/src/components/navigation/RoutePointPicker.vue b/src/components/navigation/RoutePointPicker.vue index d1652b5..003f74e 100644 --- a/src/components/navigation/RoutePointPicker.vue +++ b/src/components/navigation/RoutePointPicker.vue @@ -18,7 +18,7 @@ - + {{ error }} - + {{ emptyText }} - - - - {{ option.name }} - {{ formatMeta(option) }} + + + + {{ floor.floorLabel }} + {{ floor.options.length }} - - 已选 + + + + + {{ selectedFloorGroup?.floorLabel || '楼层' }} + {{ filteredOptions.length }} 个点位 + + + {{ emptyText }} + + + + + {{ option.name }} + {{ formatMeta(option) }} + + + 已选 + + + - + @@ -66,6 +91,7 @@