MrShi
2024-04-17 b79a39d92db3baae7c3c8587e2858561bec0d6ca
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
                            // }