Merge branch 'hotfix/2.14.2.2406.02' into release/2.14.4.2406.02

This commit is contained in:
黎永顺 2024-06-20 17:18:32 +08:00
commit d229730efe
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class SalaryItemForm extends Component {
return {
...item,
label: getLabel(item.lanId, item.label),
display: ((!isLedger && key === "width") || key === "sortedIndex")
display: !isLedger
};
case "useInEmployeeSalary":
return {