From b705c092ae746ab082e6a1e26e7d2fb593a75b28 Mon Sep 17 00:00:00 2001 From: duanliangtao Date: Thu, 14 Dec 2023 18:01:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E4=B8=89=E4=B8=AA=E6=9C=88=E7=9A=84?= =?UTF-8?q?=E6=96=87=E6=A1=88=E6=94=B9=E4=B8=BA=E8=BF=91=E4=B8=89=E4=B8=AA?= =?UTF-8?q?=E6=9C=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataBoard/overview/components/DemandCharts.vue | 2 +- src/views/dataBoard/overview/components/DemandCharts2.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/dataBoard/overview/components/DemandCharts.vue b/src/views/dataBoard/overview/components/DemandCharts.vue index 4460038ac..c9d438b2a 100644 --- a/src/views/dataBoard/overview/components/DemandCharts.vue +++ b/src/views/dataBoard/overview/components/DemandCharts.vue @@ -30,7 +30,7 @@ export default { value: 2, }, { - label: '前三个月', + label: '近三个月', value: 3 }, { label: '近半年', diff --git a/src/views/dataBoard/overview/components/DemandCharts2.vue b/src/views/dataBoard/overview/components/DemandCharts2.vue index 83a8ea033..9175403f2 100644 --- a/src/views/dataBoard/overview/components/DemandCharts2.vue +++ b/src/views/dataBoard/overview/components/DemandCharts2.vue @@ -30,7 +30,7 @@ export default { value: 2, }, { - label: '前三个月', + label: '近三个月', value: 3 }, { label: '近半年',