层数显示
This commit is contained in:
parent
b8b174ce50
commit
e9d53efae4
@ -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 ? '启用' : '禁用' }} /
|
||||
|
Loading…
Reference in New Issue
Block a user