Merge branch 'feature/2.8.3.2307.02-薪资项目添加默认隐藏的功能' into develop

This commit is contained in:
黎永顺 2023-07-21 11:40:16 +08:00
commit 43e3a853ff
2 changed files with 2 additions and 2 deletions

View File

@ -268,7 +268,7 @@ class FieldSlide extends Component {
placement="topLeft"
/>
</WeaFormItem>
<WeaFormItem label={getLabel(111, "默认隐藏")} labelCol={{ span: 6 }} wrapperCol={{ span: 12 }}>
<WeaFormItem label={getLabel(111, "核算时隐藏")} labelCol={{ span: 6 }} wrapperCol={{ span: 12 }}>
<WeaCheckbox
value={hideDefault}
display="switch"

View File

@ -78,7 +78,7 @@ export const salaryItemFields = [
},
{
key: "hideDefault",
label: getLabel(111, "默认隐藏"),
label: getLabel(111, "核算时隐藏"),
type: "SWITCH",
viewAttr: 2,
tip: getLabel(111, "提示:开启后,在薪资账套中添加该项目时,默认勾选隐藏且在核算时隐藏该薪资项目,可在具体薪资账套中设置是否隐藏")