jiangping
2024-05-15 f5ea01314df6f552e8b15b1af283a7b278610ab6
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
                            // }