k94314517
2024-04-10 45a8fb5db1b0aa6d5cd39198ffc30dba5ec8b2d9
company/src/components/enterprise/reinsurance.vue
@@ -78,7 +78,7 @@
                <el-table-column
                        prop="currentFee"
                        align="center"
                        label="产生费用(元)">
                        label="已产生费用(元)">
                </el-table-column>
                <el-table-column
                        prop="fee"
@@ -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
                            // }