From 02ff34c2021defda8f380f8e83cb65c88845ca84 Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Wed, 23 Oct 2024 09:51:02 +0800 Subject: [PATCH] release/2.16.1.2410.01 --- .../calculate/doCalc/components/salaryEditCalc/editCalcTable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/editCalcTable.js b/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/editCalcTable.js index d7ffbc62..aa6baf65 100644 --- a/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/editCalcTable.js +++ b/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/editCalcTable.js @@ -332,7 +332,7 @@ const traverse = (arr, calcDetail) => { return _.map(arr, item => { if (!_.isEmpty(item.children)) { return { - title: item.text, width: item.width + "px", ellipsis: true, + title: item.text, width: item.width + "px", ellipsis: true, calcDetail, dataIndex: item.column, children: traverse(item.children, calcDetail), fixed: item.fixed || false, dataType: item.dataType, align: "center" };