|
@@ -167,9 +167,8 @@
|
|
|
<image v-if="items.url" @click='shadeshow(item.loadPoundImg)' style='width:100px;height:100px;margin: 0rpx;' :src="items.url" mode=""></image>
|
|
|
<view v-else>暂无图片</view>
|
|
|
</view>
|
|
|
-
|
|
|
</view>
|
|
|
- <view v-else class="pound_list">
|
|
|
+ <view v-if="item.status == '未装车'" class="pound_list">
|
|
|
<!-- <image v-if="item.loadPoundImg" @click='shadeshow(item.loadPoundImg)' style='width:100px;height:100px;' :src="item.loadPoundImg" mode=""></image> -->
|
|
|
<upload class="upload" ref="upload" :action="action" :max-size="maxSize" :max-count="9" :file-list="item.imgUrl"
|
|
|
:size-type="['compressed']" :imgIndex='index' @on-success="getImgUrl" @on-error="onError" @on-remove="onRemove"
|