项目初始化

This commit is contained in:
kron
2026-04-07 16:15:59 +08:00
commit 852e522695
97 changed files with 3137 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# 工作台页面字段说明
## 1. 页面信息
- 页面名称:工作台
- 页面目标:展示赛事概览、待处理事项和关键经营数据。
## 2. 展示字段
| 字段 | 说明 |
| --- | --- |
| totalEventCount | 赛事总数 |
| signupTodayCount | 今日报名人数 |
| paidTodayAmount | 今日支付金额 |
| pendingRefundCount | 待处理退款数 |
| pendingReviewEventCount | 待审核赛事数 |
| recentNoticeList | 最近通知列表 |
## 3. 操作入口
- 去创建赛事
- 查看报名管理
- 查看成绩管理
- 查看退款处理
## 4. 待确认项
- 是否展示趋势图和快捷统计卡片。