|
@@ -569,15 +569,15 @@ import { number } from 'echarts';
|
|
return record.id === 'amount'?null:(Number(text)/10000).toFixed(2)
|
|
return record.id === 'amount'?null:(Number(text)/10000).toFixed(2)
|
|
},
|
|
},
|
|
},
|
|
},
|
|
- // {
|
|
|
|
- // title:'材料预算',
|
|
|
|
- // align:"center",
|
|
|
|
- // width: 80,
|
|
|
|
- // dataIndex: 'clys',
|
|
|
|
- // customRender: (text) => {
|
|
|
|
- // return Number(text).toFixed(2)
|
|
|
|
- // },
|
|
|
|
- // },
|
|
|
|
|
|
+ {
|
|
|
|
+ title:'材料预算',
|
|
|
|
+ align:"center",
|
|
|
|
+ width: 80,
|
|
|
|
+ dataIndex: 'clys',
|
|
|
|
+ customRender: (text) => {
|
|
|
|
+ return Number(text).toFixed(2)
|
|
|
|
+ },
|
|
|
|
+ },
|
|
{
|
|
{
|
|
title:'材料费',
|
|
title:'材料费',
|
|
align:"center",
|
|
align:"center",
|