查询
重置
新增项目
转移项目
{{ row[item.prop] }}
{{ selectDictLabel(nboTypeOptions, row.nboType) }}
{{ selectDictLabel(nboSourceOptions, row.nboSource) }}
{{ selectDictLabel(salesModelOptions, row.salesModel) }}
{{ selectDictLabel(approStatusOptions, row.approStatus) }}
{{ selectDictLabel(nboStatusOptions, row.nboStatus) }}
{{ selectDictLabel(nboPhaseOptions, row.nboPhase) }}
{{ selectDictLabel(productLineOptions, row.productLine) }}
{{ selectDictLabel(yesOrNoOptions, row.isBig) }}
{{ formatPrice(row.estTransPrice) }}
{{ formatPrice(row.nboBudget) }}
{{ formatPrice(row.contractAmount) }}
{{ parseTime(row.filingTime, '{y}-{m}-{d}') }}
{{ parseTime(row.finalFollowTime, '{y}-{m}-{d}') }}
{{ parseTime(row.nextFollowTime, '{y}-{m}-{d}') }}
{{ parseTime(row.projClosingTime, '{y}-{m}-{d}') }}
{{ parseTime(row.projConversionTime, '{y}-{m}-{d}') }}
{{ row[item.prop] }}
编辑