Ver Fonte

活跃用户 门店数

chenrui há 2 anos atrás
pai
commit
dd1e041ec4
1 ficheiros alterados com 4 adições e 4 exclusões
  1. 4 4
      src/views/dataStatistics/userAnalysis/activeUser.vue

+ 4 - 4
src/views/dataStatistics/userAnalysis/activeUser.vue

@@ -136,10 +136,10 @@
           <a-alert type="info">
             <div slot="message" class="total-bar">
               <div>
-                门店数量:<strong>{{ statisticsObj.shelfNum || 0 }}</strong>;
-                近30天货架取货数量合计:<strong>{{ statisticsObj.totalShelfMaxQty }}</strong>;
-                近30天货架取货金额合计:<strong>{{ statisticsObj.totalShelfMaxCost }}</strong>;
-                近30天销售数量合计:<strong>{{ statisticsObj.saleOrderQty }}</strong>;
+                门店数量:<strong>{{ statisticsObj.shelfCount || 0 }}</strong>;
+                近30天货架取货数量合计:<strong>{{ statisticsObj.totalShelfMaxQty || 0 }}</strong>;
+                近30天货架取货金额合计:<strong>{{ statisticsObj.totalShelfMaxCost || 0 }}</strong>;
+                近30天销售数量合计:<strong>{{ statisticsObj.saleOrderQty || 0 }}</strong>;
                 近30天销售金额合计:<strong>{{ statisticsObj.saleOrderAmount || 0 }}</strong>;
               </div>
             </div>