Compare commits

..

2 Commits

Author SHA1 Message Date
luotaiqian b826dac889 Merge remote-tracking branch 'origin/dev' into dev 2026-07-07 10:40:53 +08:00
luotaiqian 3b287bd363 新增人员 2026-07-07 10:40:47 +08:00
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 }}