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 }