up修复数量问题
This commit is contained in:
@@ -82,6 +82,7 @@
|
||||
<view class="item-info">
|
||||
<text class="item-name">{{ item.Name }}</text>
|
||||
<text class="item-meta" v-if="item.SerialNumber">编号: {{ item.SerialNumber }}</text>
|
||||
<text class="item-meta">数量: {{ item.Quantity ?? 1 }}</text>
|
||||
</view>
|
||||
<view class="item-arrow">›</view>
|
||||
</view>
|
||||
@@ -110,6 +111,7 @@
|
||||
<view class="item-info">
|
||||
<text class="item-name">{{ item.Name }}</text>
|
||||
<text class="item-meta" v-if="item.SerialNumber">编号: {{ item.SerialNumber }}</text>
|
||||
<text class="item-meta">数量: {{ item.Quantity ?? 1 }}</text>
|
||||
<text class="item-location" v-if="item.ContainerBreadcrumb">
|
||||
位置: {{ item.ContainerBreadcrumb }}
|
||||
</text>
|
||||
|
||||
Reference in New Issue
Block a user