|
|
|
|
@ -348,6 +348,25 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},{
|
|
|
|
|
label: '已纳入资金执行率金额',
|
|
|
|
|
width: 320,
|
|
|
|
|
align: 'left',
|
|
|
|
|
customFn: (row) => {
|
|
|
|
|
{
|
|
|
|
|
if (row.plan_act_links && row.plan_act_links.length > 0) {
|
|
|
|
|
return row.plan_act_links.map((item) => {
|
|
|
|
|
return (
|
|
|
|
|
<div>
|
|
|
|
|
{' '}
|
|
|
|
|
[{item.plan.year}] {(item.plan && item.plan.pid_info) ? item.plan.pid_info.name : ''} - {item.plan.name} <br /> [使用金额]{' '}
|
|
|
|
|
{item.use_money}元{' '}
|
|
|
|
|
</div>
|
|
|
|
|
)
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: '款项类型',
|
|
|
|
|
|