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

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
+2 -3
View File
@@ -1,5 +1,5 @@
import { Activity } from 'lucide-react';
import { Button, Table, Tag, type TableColumn } from '@/components/ui';
import { Breadcrumb, Button, Table, Tag, type TableColumn } from '@/components/ui';
import { adminService, type Channel } from '@/mock';
const columns: Array<TableColumn<Channel>> = [
@@ -23,8 +23,7 @@ export function AdminMonitorPage() {
<section className="page-stack">
<div className="page-heading">
<div>
<p className="eyebrow"></p>
<h1></h1>
<Breadcrumb items={['发送监控']} />
</div>
<Button icon={<Activity size={16} />} variant="ghost"></Button>
</div>