From 7283be5a09f9a5c63fa7484a4a51645a3b8a893b Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Fri, 16 Sep 2022 14:24:28 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E7=BB=9F=E8=AE=A1=E5=9B=BE=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/Analysis.vue | 8 +++++--- src/views/dashboard/ThreeYearEcharts.vue | 2 -- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/dashboard/Analysis.vue b/src/views/dashboard/Analysis.vue index b892ac7..f1c1225 100644 --- a/src/views/dashboard/Analysis.vue +++ b/src/views/dashboard/Analysis.vue @@ -19,6 +19,10 @@ + + + +
@@ -30,9 +34,7 @@
- - - + diff --git a/src/views/dashboard/ThreeYearEcharts.vue b/src/views/dashboard/ThreeYearEcharts.vue index 5ac39a2..5abc47f 100644 --- a/src/views/dashboard/ThreeYearEcharts.vue +++ b/src/views/dashboard/ThreeYearEcharts.vue @@ -111,12 +111,10 @@ export default { // 将接口数据 转化成表格数据形式 let tableData = [ {indexName: '合同金额'}, - {indexName: '确认收入金额'} ] dataSource.map((item, index) => { let dataIndex = 'key' + index tableData[0][dataIndex] = item.allMoney - tableData[1][dataIndex] = item.confirmAmount }) this.dataSource = tableData }