feat: add report material workflows and gateway safeguards

This commit is contained in:
hectorzhao
2026-07-15 18:23:48 +08:00
parent cf9f4ce4cd
commit 7091a8bed4
41 changed files with 3606 additions and 71 deletions
+4
View File
@@ -5,10 +5,12 @@ import {
} from 'react';
import {
Activity,
AlertTriangle,
BarChart3,
Building2,
FileCheck2,
FileText,
FileSpreadsheet,
FilePenLine,
Gauge,
Hash,
@@ -88,6 +90,7 @@ export function AdminLayout() {
items: [
{ label: '运营看板', to: '/admin', icon: Gauge },
{ label: '发送监控', to: '/admin/monitor', icon: Activity },
{ label: 'Gateway提交异常', to: '/admin/gateway-submit-exceptions', icon: AlertTriangle },
{ label: '数据统计', to: '/admin/analytics', icon: BarChart3 },
],
},
@@ -125,6 +128,7 @@ export function AdminLayout() {
title: '报备任务',
icon: ClipboardList,
items: [
{ label: '待报备资料', to: '/admin/report-materials', icon: FileSpreadsheet },
{ label: '报备任务', to: '/admin/report-tasks', icon: ClipboardList },
{ label: '报备记录', to: '/admin/report-records', icon: ListChecks },
],