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 @@