@@ -87,10 +87,15 @@ export default {
dataIndex: 'num'
},
{
- title: '费用',
+ title: '费用预算',
width: 120,
dataIndex: 'totalFee'
+ {
+ title: '实际费用',
+ width: 120,
+ dataIndex: 'totalActualFee'
+ },
title: '操作',
key: 'action',
@@ -165,7 +170,7 @@ export default {
}
- name: '费用',
+ name: '费用预算',
type: 'line',
data: this.chartsData1.map(item => item.totalFee),
yAxisIndex: 1,
@@ -60,11 +60,17 @@ export default {
dataIndex: 'positionName'
- title: '费用(元)',
checked: true,
width: '150',
dataIndex: 'fee'
+ checked: true,
+ width: '150',
+ dataIndex: 'actualFee'
title: '报修时间',