diff --git a/src/views/finance/paymentRegistrationList.vue b/src/views/finance/paymentRegistrationList.vue index 653ff00..27b394a 100644 --- a/src/views/finance/paymentRegistrationList.vue +++ b/src/views/finance/paymentRegistrationList.vue @@ -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 ( +
+ {' '} + [{item.plan.year}] {(item.plan && item.plan.pid_info) ? item.plan.pid_info.name : ''} - {item.plan.name}
[使用金额]{' '} + {item.use_money}元{' '} +
+ ) + }) + } + } + } }, { label: '款项类型',