gaoluyang
6 天以前 1c06a22fd79e05fbeaf01c0c2f27aef1b1f3febd
双奇点
1.首页环状图应收款金额展示错误
已修改1个文件
6 ■■■■ 文件已修改
src/views/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/index.vue
@@ -366,7 +366,11 @@
    })
}
const formattedNumber = (row, column, cellValue) => {
    return parseFloat(cellValue).toFixed(2);
    // 如果只传了一个参数,直接格式化该参数
    if (column === undefined && cellValue === undefined) {
        return parseFloat(row).toFixed(2)
    }
    return parseFloat(cellValue).toFixed(2)
};
// 合同金额
const analysisCustomer = () => {