sync: soul-admin 页面 | 原因: 前端页面修改
This commit is contained in:
@@ -205,6 +205,22 @@ export function DashboardPage() {
|
|||||||
bg: 'bg-orange-500/20',
|
bg: 'bg-orange-500/20',
|
||||||
link: '/distribution',
|
link: '/distribution',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: '匹配次数',
|
||||||
|
value: String(totalMatches),
|
||||||
|
icon: Users,
|
||||||
|
color: 'text-cyan-400',
|
||||||
|
bg: 'bg-cyan-500/20',
|
||||||
|
link: '/find-partner',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '匹配收益',
|
||||||
|
value: `¥${(matchRevenue ?? 0).toFixed(2)}`,
|
||||||
|
icon: TrendingUp,
|
||||||
|
color: 'text-pink-400',
|
||||||
|
bg: 'bg-pink-500/20',
|
||||||
|
link: '/find-partner',
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user