|
@@ -454,6 +454,15 @@ import { number } from 'echarts';
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
|
|
+ title:'已收款',
|
|
|
|
+ align:"center",
|
|
|
|
+ dataIndex: 'taskmoney',
|
|
|
|
+ scopedSlots: {
|
|
|
|
+ customRender: 'taskmoney',
|
|
|
|
+ },
|
|
|
|
+ // customCell: this.getClickColumn,
|
|
|
|
+ },
|
|
|
|
+ {
|
|
title:'合同额',
|
|
title:'合同额',
|
|
align:"center",
|
|
align:"center",
|
|
dataIndex: 'contractfpe',
|
|
dataIndex: 'contractfpe',
|
|
@@ -487,6 +496,14 @@ import { number } from 'echarts';
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
|
|
+ title:'利润率',
|
|
|
|
+ align:"center",
|
|
|
|
+ dataIndex: 'lrl',
|
|
|
|
+ customRender: (text) => {
|
|
|
|
+ return (Number(text) * 100).toFixed(1) + '%'
|
|
|
|
+ },
|
|
|
|
+ },
|
|
|
|
+ {
|
|
title:'研制数量',
|
|
title:'研制数量',
|
|
align:"center",
|
|
align:"center",
|
|
dataIndex: 'yzsl'
|
|
dataIndex: 'yzsl'
|
|
@@ -500,23 +517,6 @@ import { number } from 'echarts';
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- title:'利润率',
|
|
|
|
- align:"center",
|
|
|
|
- dataIndex: 'lrl',
|
|
|
|
- customRender: (text) => {
|
|
|
|
- return Number(text).toFixed(1) + '%'
|
|
|
|
- },
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- title:'已收款',
|
|
|
|
- align:"center",
|
|
|
|
- dataIndex: 'taskmoney',
|
|
|
|
- scopedSlots: {
|
|
|
|
- customRender: 'taskmoney',
|
|
|
|
- },
|
|
|
|
- // customCell: this.getClickColumn,
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
title:'单台收入',
|
|
title:'单台收入',
|
|
align:"center",
|
|
align:"center",
|
|
dataIndex: 'oneIncome',
|
|
dataIndex: 'oneIncome',
|