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'} },) },