sync: soul-admin 页面 | 原因: 前端页面修改
This commit is contained in:
@@ -9,19 +9,19 @@ import { CKBStatsTab } from './tabs/CKBStatsTab'
|
||||
import { MentorsPage } from '@/pages/mentors/MentorsPage'
|
||||
|
||||
const TABS = [
|
||||
{ id: 'stats', label: '找伙伴统计', icon: BarChart3 },
|
||||
{ id: 'pool', label: '匹配池', icon: Users },
|
||||
{ id: 'records', label: '匹配记录', icon: List },
|
||||
{ id: 'resource', label: '资源对接', icon: Handshake },
|
||||
{ id: 'mentor', label: '导师预约', icon: GraduationCap },
|
||||
{ id: 'mentors-manage', label: '导师管理', icon: BookUser },
|
||||
{ id: 'team', label: '团队招募', icon: UserPlus },
|
||||
{ id: 'stats', label: '存客宝统计', icon: BarChart3 },
|
||||
] as const
|
||||
|
||||
type TabId = (typeof TABS)[number]['id']
|
||||
|
||||
export function FindPartnerPage() {
|
||||
const [activeTab, setActiveTab] = useState<TabId>('pool')
|
||||
const [activeTab, setActiveTab] = useState<TabId>('stats')
|
||||
|
||||
return (
|
||||
<div className="p-8 w-full">
|
||||
|
||||
Reference in New Issue
Block a user