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){