From 0953a90ad4a203518b1b3ec56da612a66362b6e6 Mon Sep 17 00:00:00 2001 From: "271556543@qq.com" <271556543@qq.com> Date: Tue, 6 Sep 2022 11:39:55 +0800 Subject: [PATCH] 2022.9.6 --- src/views/contract/components/printRegistration.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/contract/components/printRegistration.vue b/src/views/contract/components/printRegistration.vue index b4e0f3c..c91bfee 100644 --- a/src/views/contract/components/printRegistration.vue +++ b/src/views/contract/components/printRegistration.vue @@ -25,7 +25,7 @@
- +
@@ -33,7 +33,7 @@
- +
进度款
@@ -49,11 +49,11 @@
- +
- +
@@ -108,7 +108,7 @@ export default { return res.toString() }, guaranteeRate(gua,money){ - if(gua && money) return ((moneyRecovery(gua) / money) * 100).toFixed(4) + if(gua && money) return ((moneyRecovery(gua) / money) * 100).toFixed(2) }, async getDetailFundLog(id){