Add pagination to admin management tabs (cases/categories/sources/orgs)

This commit is contained in:
Yuzhiran Dev
2026-05-18 19:18:09 +08:00
parent 7169ddb678
commit a09e7e6671
14 changed files with 455 additions and 340 deletions
-2
View File
@@ -135,10 +135,8 @@
{ key: 'assets', label: '素材', page: 'assets.html' },
{ key: 'tasks', label: '任务', page: 'tasks.html' },
{ key: 'platforms', label: '平台', page: 'platforms.html' },
{ key: 'logs', label: '日志', page: 'logs.html' },
];
if (isAdmin) {
items.push({ key: 'users', label: '用户', page: 'users.html', admin: true });
items.push({ key: 'admin', label: '系统', page: 'admin.html', admin: true });
}
return items;