jiangping
2024-06-18 2d513a9f0e1ebb83e529973e9e79befdaea7d740
company/src/components/enterprise/commissionDetails.vue
@@ -189,7 +189,7 @@
                        data.forEach(item => {
                            price += item.totalFee
                        })
                        sums[index] = price
                        sums[index] = price.toFixed(2)
                    }
                })
                return sums;