fix:[FL-175][角色管理页面搜索无结果时显示分页组件]
Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
@@ -449,6 +449,7 @@ export default function AdminRolesPage() {
|
||||
scroll={{ x: 1400, y: tableScrollY }}
|
||||
pagination={{
|
||||
pageSize: 20,
|
||||
total: Math.max(roles.length, 1),
|
||||
showSizeChanger: true,
|
||||
pageSizeOptions: [10, 20, 50, 100],
|
||||
showTotal: (total) => `共 ${total} 条`,
|
||||
|
||||
Reference in New Issue
Block a user