{{ stats.lost.totalLost || 0 }}
寻物信息总数
{{ stats.found.totalFound || 0 }}
招领信息总数
{{ stats.claim.totalClaim || 0 }}
认领申请总数
{{ stats.lost.pendingLost || 0 }}
待处理寻物
寻物状态分布
{{ stats.lost.pendingLost || 0 }}
待处理
{{ stats.lost.foundMatched || 0 }}
已匹配
{{ stats.lost.closedLost || 0 }}
已关闭
招领状态分布
{{ stats.found.pendingFound || 0 }}
待处理
{{ stats.found.claimedMatched || 0 }}
已匹配
{{ stats.found.closedFound || 0 }}
已关闭
寻物物品分类统计
| 分类名称 | 寻物数量 | 占比 |
|---|---|---|
| 暂无数据 | ||
| {{ row.name }} | {{ row.total }} | {{ getPercentLost(row.total) }}% |