新增人员

dev_1.0.1
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>
</div> </div>
} }
extra={
<Button
type="primary"
onClick={() => {
setCurrentId("");
setFormModalOpen(true);
}}
>
新增人员
</Button>
}
> >
<SearchForm <SearchForm
style={{ marginBottom: 24 }} style={{ marginBottom: 24 }}