update 首页收入分类统计增加打包
This commit is contained in:
@@ -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'}
|
||||
},)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user