From 09d27a20ed60f205dd4494f53c988834bb665bfe Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Thu, 25 Sep 2025 11:07:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A2=E5=8A=A1=E4=BB=98=E6=AC=BE=E7=A1=AE?= =?UTF-8?q?=E8=AE=A4=20=E8=B5=84=E9=87=91=E6=89=A7=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/finance/paymentRegistrationList.vue | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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: '款项类型',