Sfoglia il codice sorgente

添加显示累积扫描数量

chenrui 2 anni fa
parent
commit
783abee941
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>