From e9d53efae4a196d55afd7b84bfa905b9f3c622c9 Mon Sep 17 00:00:00 2001 From: yyy <2605810609@qq.com> Date: Tue, 8 Apr 2025 10:40:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=82=E6=95=B0=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mapPage/components/locationSelectionDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/mapPage/components/locationSelectionDialog.vue b/src/views/mapPage/components/locationSelectionDialog.vue index 83a3caa3..0b2c7ebf 100644 --- a/src/views/mapPage/components/locationSelectionDialog.vue +++ b/src/views/mapPage/components/locationSelectionDialog.vue @@ -67,7 +67,7 @@ :class="currentItem && currentItem.id == floor.id ? 'tool-active' : ''" @click="chooseLocationPoint(floor)" > -
层数: 第{{ floorIndex + 1 }}层
+
层数: 第{{ floor.locationStorey }}层
库位号: {{ floor.locationNo }}
库位状态: {{ floor.locationEnable === 1 ? '启用' : '禁用' }} /