Explorar o código

Merge branch 'develop_szhj05' of http://git.chelingzhu.com/jianguan-web/jq-repairFusion-html into develop_szhj05

lilei %!s(int64=2) %!d(string=hai) anos
pai
achega
a0bc36f7f6
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  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>