From 8bc0a8187207014c0145afbb1e813a4753bb6207 Mon Sep 17 00:00:00 2001 From: wyj2080 <1603068044@qq.com> Date: Mon, 20 Apr 2020 10:37:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E6=A6=82=E8=A7=88=EF=BC=8CUI?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/CustomerView.vue | 435 ++++++++++++++++++++----------------- 1 file changed, 240 insertions(+), 195 deletions(-) diff --git a/src/pages/CustomerView.vue b/src/pages/CustomerView.vue index e72ff0b..8c2fcee 100644 --- a/src/pages/CustomerView.vue +++ b/src/pages/CustomerView.vue @@ -4,107 +4,114 @@ - - 选择日期 - - 零售公司选择 - - 店铺选择 - - + + + + 今日 + 本周 + 本月 + + + + {{dateBtnValue}}概览{{viewDate}} + - + - - 全部客户(累计){{customerViewVO.allCustomer}} - - - 有效客户(累计){{customerViewVO.validCustomer}} - - 新增客户{{customerViewVO.newCustomer}} + 新增好友{{customerViewVO.newCustomer}} - 新增有效客户{{customerViewVO.newValidCustomer}} + 新增好友(去重){{customerViewVO.newValidCustomer}} + + + 好友总数{{customerViewVO.allCustomer}} + + + 好友总数(去重){{customerViewVO.allValidCustomer}} - 删除拉黑数(累计){{customerViewVO.deleteCustomer}} + 删除拉黑数(累计去重){{customerViewVO.validDeleteCustomer}} - - - {{sevenDayStartDate}}至{{sevenDayEndDate}}(近七天)趋势图 - + + + + {{this.$moment(startTime).format("YYYY-MM-DD")}}至{{this.$moment(endTime).format("YYYY-MM-DD")}}({{recentName}})趋势图 + + + + + + 好友&会员情况 + + + + 好友总数(去重) + + 会员总数 + + + + + {{customerViewVO.allValidCustomer}} + + {{customerViewVO.allVipCount}} + + + + + + - - - - + + + + - 客户&会员关联情况 - - - - 全部会员:{{customerViewVO.common + customerViewVO.vip}}人 - - - -
-
-
-
-
-
-
-
-
-
-
-
+ 零售公司新增好友top10 + 暂无数据 + + 排行零售公司新增好友 + + {{index + 1}}{{item.orgName}}{{item.newCustomerCount}} + +
+
- - - 未关联的客户{{customerViewVO.customer}} - - - 已关联{{customerViewVO.common}} - - - 未关联的会员{{customerViewVO.vip}} - - - - -
-
-
-
-
-
-
-
-
-
-
-
+ + + + 店铺新增好友top10 + 暂无数据 + + 排行店铺新增好友 + + {{index + 1}}{{item.shopName}}{{item.newCustomerCount}} + - - 全部客户:{{customerViewVO.customer + customerViewVO.common}}人 + + + + + + + 推广为0的店铺数 + 暂无数据 + + 零售公司店铺总数推广为0店铺数 + + {{item.orgName}}{{item.allShopCount}}{{item.zeroShopCount}} + - - - -
+
+
- +
@@ -113,61 +120,60 @@