sync: soul-admin 页面 | 原因: 前端页面修改

This commit is contained in:
卡若
2026-03-08 16:40:32 +08:00
parent 1643981842
commit 97cf6ea3d0

View File

@@ -62,6 +62,8 @@ export function DashboardPage() {
const [paidOrderCount, setPaidOrderCount] = useState(0)
const [totalRevenue, setTotalRevenue] = useState(0)
const [conversionRate, setConversionRate] = useState(0)
const [totalMatches, setTotalMatches] = useState(0)
const [matchRevenue, setMatchRevenue] = useState(0)
const [loadError, setLoadError] = useState<string | null>(null)
async function loadData() {