소스 검색

添加显示累积扫描数量

chenrui 2 년 전
부모
커밋
783abee941
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/vinAnalyse/shelfList.vue

+ 1 - 1
pages/vinAnalyse/shelfList.vue

@@ -29,7 +29,7 @@
 						<view class="item-detail">
 							<view>
 								累计扫描VIN数量:
-								<text class="item-detail-text">{{item.totalProfitLossQty}}</text>
+								<text class="item-detail-text">{{item.scanVinCount}}</text>
 							</view>
 						</view>
 					</view>