From a17181f09482048bdd25197653ee521e585386ed Mon Sep 17 00:00:00 2001 From: wanglei Date: Tue, 10 Jun 2025 16:58:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/index.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue index f452d61..8ab26c2 100644 --- a/ruoyi-ui/src/views/index.vue +++ b/ruoyi-ui/src/views/index.vue @@ -87,13 +87,13 @@ export default { unit: '天' }, pieChartData: { - year: null, - month: null, + year: '', + month: '', workHours: [] }, barChartData: { - year: null, - month: null, + year: '', + month: '', departList: [], wages: [] } @@ -146,13 +146,13 @@ export default { unit: '天' }; this.pieChartData= { - year: null, - month: null, + year: '', + month: '', workHours: [] }; this.barChartData= { - year: null, - month: null, + year: '', + month: '', departList: [], wages: [] };