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 @@