{{ column.label }}
项目名称
项目编号
项目代号
项目状态
{{ scope.row.projectStatus === '0' ? '进行中' : '完结' }}
签约公司
贸易类型
原始合同金额
-
{{ scope.row.originalFunds == null ? scope.row.detailIncome : scope.row.originalFunds }}
支出(¥)
盈亏金额(元)
-
{{ parseFloat(scope.row.profitLoss).toFixed(2) }}
启动时间
盈亏类型
{{ scope.row.profitLoss >= 0 ? '盈利' : '亏损' }}
{{
getProfitRateTag(scope.row) }}