mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +08:00
fix: 只有一页时不隐藏分页栏,确保用户可以更改 pagesize (#613)
This commit is contained in:
parent
1e58254f4c
commit
47bba19bec
|
@ -635,7 +635,6 @@ const Crontab = ({ headerStyle, isPhone }: any) => {
|
||||||
<Table
|
<Table
|
||||||
columns={columns}
|
columns={columns}
|
||||||
pagination={{
|
pagination={{
|
||||||
hideOnSinglePage: true,
|
|
||||||
current: currentPage,
|
current: currentPage,
|
||||||
onChange: onPageChange,
|
onChange: onPageChange,
|
||||||
pageSize: pageSize,
|
pageSize: pageSize,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user