完善运营端报备流程与页面标题

This commit is contained in:
hectorzhao
2026-06-30 18:32:18 +08:00
parent b2e42ebd82
commit 47e603d7d3
40 changed files with 917 additions and 83 deletions
+10
View File
@@ -7,12 +7,14 @@ import {
Gauge,
Hash,
ImageIcon,
ListChecks,
Layers3,
MessageSquare,
Phone,
TrendingUp,
RadioTower,
ReceiptText,
ClipboardList,
Send,
Settings,
Shield,
@@ -71,6 +73,14 @@ export function AdminLayout() {
{ label: '短信通道组管理', to: '/admin/channel-groups', icon: Layers3 },
],
},
{
title: '报备任务',
icon: ClipboardList,
items: [
{ label: '报备任务', to: '/admin/report-tasks', icon: ClipboardList },
{ label: '报备记录', to: '/admin/report-records', icon: ListChecks },
],
},
{
title: '发送任务',
icon: Send,