层数显示

This commit is contained in:
yyy 2025-04-08 10:40:56 +08:00
parent b8b174ce50
commit e9d53efae4

View File

@ -67,7 +67,7 @@
:class="currentItem && currentItem.id == floor.id ? 'tool-active' : ''"
@click="chooseLocationPoint(floor)"
>
<div>层数: {{ floorIndex + 1 }}</div>
<div>层数: {{ floor.locationStorey }}</div>
<div class="mt-4px">库位号: {{ floor.locationNo }}</div>
<div class="mt-4px"
>库位状态: {{ floor.locationEnable === 1 ? '启用' : '禁用' }} /