|
|
@@ -73,7 +73,7 @@ const projTreeObj = {
|
|
|
//0.48 0.13 0.15 0.15 0.09
|
|
|
header: [
|
|
|
{name: '工程列表', dataCode: 'name', width: 300, vAlign: 'center', hAlign: 'left'},
|
|
|
- {name: '总造价', dataCode: 'totalCost', width: 100, vAlign: 'center', hAlign: 'right', formatter: '0'},
|
|
|
+ {name: '总造价', dataCode: 'totalCost', width: 100, vAlign: 'center', hAlign: 'right', formatter: '0.00'},
|
|
|
{name: '项目类别', dataCode: 'valuationType', width: 100, vAlign: 'center', hAlign: 'left'},
|
|
|
{name: '单价文件', dataCode: 'unitPriceFile', width: 140, vAlign: 'center', hAlign: 'left'},
|
|
|
{name: '费率文件', dataCode: 'feeRateFile', width: 140, vAlign: 'center', hAlign: 'left'},
|