From f5ea01314df6f552e8b15b1af283a7b278610ab6 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 15 五月 2024 17:36:16 +0800
Subject: [PATCH] 提交一把

---
 company/src/components/enterprise/reinsurance.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/company/src/components/enterprise/reinsurance.vue b/company/src/components/enterprise/reinsurance.vue
index a3e573e..88a5376 100644
--- a/company/src/components/enterprise/reinsurance.vue
+++ b/company/src/components/enterprise/reinsurance.vue
@@ -415,14 +415,14 @@
                             this.form.addDetailList.forEach(item => {
                                 total += item.fee
                             })
-                            sums[index] = total
+                            sums[index] = total.toFixed(2)
                             return
                         } else {
                             this.form.delDetailList.forEach(item => {
                                 total += item.fee
                             })
                             // if (total < 0) {
-                            sums[index] = total
+                            sums[index] = total.toFixed(2)
                             // } else {
                             //     sums[index] = '-' + total
                             // }

--
Gitblit v1.9.3