sync: soul-admin 页面 | 原因: 前端页面修改
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user