|
@ -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> |
|
|