feat(ops): add job center for cross-source job operations

Provide a unified ops console for inspecting, retrying and cancelling
jobs across generation, template/kol assist, knowledge parse, desktop
publish/task, compliance review and monitoring collect sources. Wires
RabbitMQ for retry republish and consolidates the desktop_publish_jobs
columns into the base migration.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-06 12:56:39 +08:00
parent ab62d666b4
commit 7b4d7ccf68
13 changed files with 3043 additions and 12 deletions
+6
View File
@@ -42,6 +42,12 @@ export const router = createRouter({
component: () => import('@/views/AuditLogsView.vue'),
meta: { title: '审计日志' },
},
{
path: 'jobs',
name: 'jobs',
component: () => import('@/views/JobsView.vue'),
meta: { title: '任务中心' },
},
{
path: 'site-domain-mappings',
name: 'site-domain-mappings',