From 252f2b2fc118fa4c6d8057464f9dbe5a7fd8dada Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Wed, 13 Dec 2023 11:44:28 +0800 Subject: [PATCH] 2023-12-13 --- src/views/contract/paymentRegistrationList.vue | 12 ++++++++++++ src/views/finance/components/addPropertyPlan.vue | 2 +- src/views/finance/paymentRegistrationList.vue | 10 ++++++++++ src/views/statisticalReport/budgetProgress.vue | 6 +++--- 4 files changed, 26 insertions(+), 4 deletions(-) diff --git a/src/views/contract/paymentRegistrationList.vue b/src/views/contract/paymentRegistrationList.vue index d6a787b..a1ace68 100644 --- a/src/views/contract/paymentRegistrationList.vue +++ b/src/views/contract/paymentRegistrationList.vue @@ -19,6 +19,15 @@ > + 付款日期 + + + + 关键字 { let tokens = getToken(); if (is_export) { diff --git a/src/views/finance/components/addPropertyPlan.vue b/src/views/finance/components/addPropertyPlan.vue index 65bb320..5502737 100644 --- a/src/views/finance/components/addPropertyPlan.vue +++ b/src/views/finance/components/addPropertyPlan.vue @@ -19,7 +19,7 @@
+ 付款日期 + + + + 关键字 { - return ( < div > + return (
+ (Number(row.update_money) && Number(row.money)) ? Number((Number(row.calculation_result || 0)*100).toFixed(2)) : 100 + } >
) } },