feat: add report material workflows and gateway safeguards
This commit is contained in:
@@ -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 },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user