custom/上海港湾-多语言版本

This commit is contained in:
黎永顺 2024-01-19 13:44:42 +08:00
parent b25c3f5f1f
commit 56864e49eb
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ class Index extends Component {
<div className="mysalary-search-title">{getLabel(15890, "员工状态")}</div>
<WeaSelect options={employeeStatusOptions} value={employeeStatus} multiple
onChange={v => this.setState({ employeeStatus: v })}
style={{ width: 150 }}
/>
</div>
];