From 57e3ab44a9b9b94fc3e5afba5d071fbcfc976cd0 Mon Sep 17 00:00:00 2001 From: toesbieya <1647775459@qq.com> Date: Wed, 26 Feb 2020 16:09:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=9B=BE=E8=A1=A8=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/src/views/index/components/DailyFinishOrderStat.vue | 7 +++---- vue/src/views/index/components/DailyProfitStat.vue | 1 - 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/vue/src/views/index/components/DailyFinishOrderStat.vue b/vue/src/views/index/components/DailyFinishOrderStat.vue index 02f9ffd..cb7bf31 100644 --- a/vue/src/views/index/components/DailyFinishOrderStat.vue +++ b/vue/src/views/index/components/DailyFinishOrderStat.vue @@ -38,7 +38,6 @@ }, xAxis: { data: time, - boundaryGap: false, axisTick: { show: false } @@ -63,18 +62,18 @@ } }, legend: { - data: ['采购额', '销售额'], + data: ['采购订单', '销售订单'], right: 10 }, series: [ { - name: '采购额', + name: '采购订单', smooth: true, type: 'line', data: purchase }, { - name: '销售额', + name: '销售订单', smooth: true, type: 'line', data: sell diff --git a/vue/src/views/index/components/DailyProfitStat.vue b/vue/src/views/index/components/DailyProfitStat.vue index 400b228..195cd37 100644 --- a/vue/src/views/index/components/DailyProfitStat.vue +++ b/vue/src/views/index/components/DailyProfitStat.vue @@ -40,7 +40,6 @@ }, xAxis: { data: time, - boundaryGap: false, axisTick: { show: false }