zhangyuewww 3 년 전
부모
커밋
8caea86b21
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      pageB/contract/look.vue

+ 3 - 3
pageB/contract/look.vue

@@ -49,7 +49,7 @@
 						<text>{{item.deductionAmount}}</text>
 					</view>
 				</view>
-				<view class="c-row b-b" v-if=" item.deductionItems == null && item.confirmFlag == 1">
+				<view class="c-row b-b" v-if=" item.deductionItems != null">
 					<text class="tit">扣款原因</text>
 					<view class="con-list">
 						<text>{{item.deductionItems}}</text>
@@ -62,9 +62,9 @@
 					</view>
 				</view>
 				<view  v-if='item.unloadPoundImg'>
-					<view class="poundtitle">货磅单</view>
+					<view class="poundtitle">货磅单</view>
 					<view class="poundlists">
-						<image :src="item.loadPoundImg" mode="" class="poundlist"></image>
+						<image :src="item.unloadPoundImg" mode="" class="poundlist"></image>
 					</view>
 				</view>