feat: add ops scheduler control center

This commit is contained in:
2026-05-20 10:46:49 +08:00
parent 98f73c5bea
commit e82ae56236
19 changed files with 2766 additions and 20 deletions
+7
View File
@@ -49,6 +49,7 @@
import {
AuditOutlined,
BookOutlined,
ClockCircleOutlined,
ControlOutlined,
CrownOutlined,
FileSearchOutlined,
@@ -89,6 +90,7 @@ const menuLeaves: MenuLeaf[] = [
{ key: '/compliance/stats', label: '合规统计', path: '/compliance/stats' },
{ key: '/accounts', label: '操作员管理', path: '/accounts' },
{ key: '/jobs', label: '任务中心', path: '/jobs' },
{ key: '/scheduler', label: '调度中心', path: '/scheduler' },
{ key: '/audits', label: '审计日志', path: '/audits' },
]
@@ -155,6 +157,11 @@ const menuItems = computed<ItemType[]>(() => [
label: '任务中心',
icon: () => h(PartitionOutlined),
},
{
key: '/scheduler',
label: '调度中心',
icon: () => h(ClockCircleOutlined),
},
{
key: '/audits',
label: '审计日志',