优化商户功能导航与表格

This commit is contained in:
yml2213
2026-07-31 15:08:26 +08:00
parent db4a00f25d
commit 71cde7e32b
6 changed files with 259 additions and 202 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ export default function Dashboard() {
<Row gutter={[16, 16]}>
<Col span={12}>
<Statistic
title="API 客户端"
title="API 密钥"
value={stats?.active_api_client_count ?? 0}
prefix={<ApiOutlined />}
suffix={`/ ${numberText(stats?.api_client_count)}`}