新增人员

dev
luotaiqian 2026-07-07 10:40:47 +08:00
parent 950980d48b
commit 3b287bd363
1 changed files with 11 additions and 0 deletions

View File

@ -116,6 +116,17 @@ function PersonnelInfoPage(props) {
</div>
</div>
}
extra={
<Button
type="primary"
onClick={() => {
setCurrentId("");
setFormModalOpen(true);
}}
>
新增人员
</Button>
}
>
<SearchForm
style={{ marginBottom: 24 }}