Explorar o código

客户分析 货架数量字段修改shelfCount

chenrui %!s(int64=2) %!d(string=hai) anos
pai
achega
baef2a774a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/numsGoodsShelves/customerAnalysis/list.vue

+ 1 - 1
src/views/numsGoodsShelves/customerAnalysis/list.vue

@@ -87,7 +87,7 @@
           <a-alert type="info">
             <div slot="message" class="total-bar">
               <div>
-                货架数量:<strong>{{ statisticsObj.shelfNum }}</strong>;
+                货架数量:<strong>{{ statisticsObj.shelfCount }}</strong>;
                 铺货数量合计:<strong>{{ statisticsObj.totalShelfMaxQty }}</strong>;
                 铺货金额合计:<strong>{{ statisticsObj.totalShelfMaxCost }}</strong>;
                 货架取货数量合计:<strong>{{ statisticsObj.totalOrderQty }}</strong>;