|
@@ -69,11 +69,11 @@
|
|
<view class="uni-col-1" @click="delDetail(item,index)">
|
|
<view class="uni-col-1" @click="delDetail(item,index)">
|
|
<u-icon name="close-circle" color="#ff5500" size="35"></u-icon>
|
|
<u-icon name="close-circle" color="#ff5500" size="35"></u-icon>
|
|
</view>
|
|
</view>
|
|
- <view class="uni-col-11 flex">
|
|
|
|
|
|
+ <view class="uni-col-9 flex">
|
|
<view class="uni-col-2">
|
|
<view class="uni-col-2">
|
|
<u-image :src="item.productImageUrl?item.productImageUrl:`../../static/${$config('themePath')}/def_img@2x.png`" width="128" height="128" border-radius="10"></u-image>
|
|
<u-image :src="item.productImageUrl?item.productImageUrl:`../../static/${$config('themePath')}/def_img@2x.png`" width="128" height="128" border-radius="10"></u-image>
|
|
</view>
|
|
</view>
|
|
- <view class="item-info uni-col-9">
|
|
|
|
|
|
+ <view class="item-info uni-col-8">
|
|
<view class="item-name">
|
|
<view class="item-name">
|
|
<text>{{item.shelfPlaceCode}}</text>
|
|
<text>{{item.shelfPlaceCode}}</text>
|
|
{{item.productCode}}
|
|
{{item.productCode}}
|