diff --git a/src/views/home/components/monthly-analysis.vue b/src/views/home/components/monthly-analysis.vue index 146efc1..b01869e 100644 --- a/src/views/home/components/monthly-analysis.vue +++ b/src/views/home/components/monthly-analysis.vue @@ -47,11 +47,6 @@ const init = () => { } } }, - title: { - visible: true, - text: "现金分析", - subtext: "单位:万元" - }, legends: { visible: true, orient: "left" diff --git a/src/views/home/components/sell-histogram.vue b/src/views/home/components/sell-histogram.vue index 1fe0ea7..0c72c53 100644 --- a/src/views/home/components/sell-histogram.vue +++ b/src/views/home/components/sell-histogram.vue @@ -34,12 +34,6 @@ const init = () => { xField: "month", yField: "sales", barWidth: 10, - title: { - visible: true, - textType: "text", - text: "销售额趋势", - subtext: "单位:万元" - }, barGapInGroup: 0 }; let dom = sellHistogram.value; diff --git a/src/views/home/home.vue b/src/views/home/home.vue index c9ec68f..7c636bb 100644 --- a/src/views/home/home.vue +++ b/src/views/home/home.vue @@ -69,9 +69,17 @@