Browse Source

添加显示累积扫描数量

chenrui 2 years ago
parent
commit
783abee941
1 changed files with 1 additions and 1 deletions
  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>