hotfix/2.14.2.2406.02

This commit is contained in:
黎永顺 2024-06-20 17:18:12 +08:00
parent 4d56e8284f
commit 3ba1544842
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 {