From f3f36f4ad24dae737e46d19bcbfa3bcf76ffa546 Mon Sep 17 00:00:00 2001 From: lijiarao Date: Tue, 16 Apr 2024 12:17:26 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E9=A6=96=E9=A1=B5=E6=94=B6=E5=85=A5?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E7=BB=9F=E8=AE=A1=E5=A2=9E=E5=8A=A0=E6=89=93?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/IncomeSortEcharts.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/dashboard/IncomeSortEcharts.vue b/src/views/dashboard/IncomeSortEcharts.vue index 85d77ae..4c9c3d9 100644 --- a/src/views/dashboard/IncomeSortEcharts.vue +++ b/src/views/dashboard/IncomeSortEcharts.vue @@ -177,7 +177,7 @@ export default { let dataIndex = 'key' + index tableData[0][dataIndex] = item.money // tableData[1][dataIndex] = item.value ? item.value +'%' :'' - if(index !== 5){ + if(index !== 6){ tableData[1][dataIndex] = item.value ? item.value + '%' :'' }else { tableData[1][dataIndex] = '100%' @@ -283,7 +283,7 @@ export default { title: '总数', align: 'center', width: 70, - dataIndex: 'key5', + dataIndex: 'key6', scopedSlots: {customRender: 'allMoney'} },) },