From a098ad36496ff5128e9fb863fb630451a98b9190 Mon Sep 17 00:00:00 2001
From: LegnaYet <1023868505@qq.com>
Date: Mon, 18 May 2020 14:20:33 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B4=A6=E5=8F=B7=E9=AA=8C?=
=?UTF-8?q?=E8=AF=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/analysis/AddCustomerTable.vue | 1 -
src/pages/analysis/ApplyCustomerTable.vue | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/pages/analysis/AddCustomerTable.vue b/src/pages/analysis/AddCustomerTable.vue
index cb26639..7ea80c1 100644
--- a/src/pages/analysis/AddCustomerTable.vue
+++ b/src/pages/analysis/AddCustomerTable.vue
@@ -27,7 +27,6 @@
-
diff --git a/src/pages/analysis/ApplyCustomerTable.vue b/src/pages/analysis/ApplyCustomerTable.vue
index 375ff5e..6c98b9b 100644
--- a/src/pages/analysis/ApplyCustomerTable.vue
+++ b/src/pages/analysis/ApplyCustomerTable.vue
@@ -27,7 +27,6 @@
-
@@ -36,7 +35,7 @@
累计拓客报表
- 拓客以内门店数量
+ 拓客以内门店数量
@@ -185,6 +184,7 @@
//自定义日期
diyDateChange: function () {
if (this.selectStartTime && this.selectEndTime) {
+ //超过15天,柱状图不显示数字
this.dateSelectChange('自定义');
}
},