Compare commits
2 Commits
5fd9343ca7
...
b826dac889
| Author | SHA1 | Date |
|---|---|---|
|
|
b826dac889 | |
|
|
3b287bd363 |
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue