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

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 -2
View File
@@ -1,6 +1,6 @@
import { useMemo, useState } from 'react';
import { Filter, Pencil, Plus, Search, Trash2 } from 'lucide-react';
import { Button, Input, Modal, Select, Table, Textarea, Tag, type TableColumn } from '@/components/ui';
import { Breadcrumb, Button, Input, Modal, Select, Table, Textarea, Tag, type TableColumn } from '@/components/ui';
type DrainageFieldType = '字符串' | '整数' | '文件' | '网址' | '电话' | '日期';
@@ -166,7 +166,7 @@ export function AdminDrainageFieldsPage() {
<section className="page-stack admin-system-page admin-drainage-page">
<div className="page-heading">
<div>
<div className="breadcrumb-line"> / <strong></strong></div>
<Breadcrumb items={['基础配置', '引流信息报备字段库']} />
<h1></h1>
</div>
</div>