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 + } >
) } },