fix:[FL-175][角色管理页面搜索无结果时显示分页组件]

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
chengkai3
2026-06-18 00:30:22 +08:00
parent 31d65094b1
commit e37ecac9af
+1
View File
@@ -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}`,