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