This commit is contained in:
wangjiahai
2023-11-23 10:48:31 +08:00
parent 6b7bb61715
commit 3bed01efd0

View File

@@ -42,7 +42,7 @@
<view style="margin-left: 10px;margin-right: 10px;flex: 1;"> <view style="margin-left: 10px;margin-right: 10px;flex: 1;">
<text class="text" style="font-weight: 500;">{{item.goods}} <text class="text" style="font-weight: 500;">{{item.goods}}
</text> </text>
<view style="font-size: 12px;color: #666666;">可用数量{{item.lnum}}</view> <view style="font-size: 12px;color: #666666;">剩余数量{{item.lnum}}</view>
</view> </view>
<view style="flex-shrink: 0;font-size: 12px;color: #666666;">x{{item.num}}</view> <view style="flex-shrink: 0;font-size: 12px;color: #666666;">x{{item.num}}</view>
</view> </view>