From 1adaa388932582478b49f6e06963a7999c82244b Mon Sep 17 00:00:00 2001 From: DXC Date: Fri, 6 Mar 2026 17:07:38 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BC=98=E5=8C=96=E5=BA=93=E4=BD=8D?= =?UTF-8?q?=E6=A0=91=E6=8A=98=E5=8F=A0=E7=8A=B6=E6=80=81=E5=8F=8A=E4=B8=8B?= =?UTF-8?q?=E9=92=BB=E9=80=89=E6=8B=A9=E5=99=A8=E7=82=B9=E5=87=BB=E7=83=AD?= =?UTF-8?q?=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/WarehouseSelector.vue | 79 +++++++++++++++---- inventory-web/src/views/dashboard/index.vue | 2 +- 2 files changed, 65 insertions(+), 16 deletions(-) diff --git a/inventory-web/src/components/WarehouseSelector.vue b/inventory-web/src/components/WarehouseSelector.vue index 1a1bea6..609ba34 100644 --- a/inventory-web/src/components/WarehouseSelector.vue +++ b/inventory-web/src/components/WarehouseSelector.vue @@ -64,24 +64,33 @@ v-for="item in currentList" :key="item.id" class="location-item" - @click="handleSelect(item)" > -
- + +
+ {{ item.name }} + + +
-
+ +
+ + 末级 + 进入下级 - 末级
@@ -92,7 +101,7 @@