Parcourir la source

修改用户分析 使用用户 门店数量

chenrui il y a 2 ans
Parent
commit
9a3a40315b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/dataStatistics/userAnalysis/usedUser.vue

+ 1 - 1
src/views/dataStatistics/userAnalysis/usedUser.vue

@@ -60,7 +60,7 @@
           <a-alert type="info">
             <div slot="message" class="total-bar">
               <div>
-                门店数量:<strong>{{ countData.shelfNum||0 }}</strong>;
+                门店数量:<strong>{{ countData.shelfCount||0 }}</strong>;
                 铺货数量合计:<strong>{{ countData.totalShelfMaxQty||0 }}</strong>;
                 铺货金额合计:<strong>{{ countData.totalShelfMaxCost||0 }}</strong>;
               </div>