数据概览
{{ stats.spotCount }}
钓点总数
{{ stats.todaySpots }}
今日新增
{{ stats.userCount }}
用户总数
{{ stats.commentCount }}
评论总数
| 名称 | 类型 | 地址 | 状态 | 验证 | 操作 |
|---|---|---|---|---|---|
| {{ spot.name }} | {{ typeMap[spot.type] }} | {{ spot.address || '-' }} | {{ spot.status === 1 ? '正常' : '禁用' }} | {{ spot.isVerified ? '已验证' : '未验证' }} |
{{ pagination.page }} / {{ Math.ceil(pagination.total / pagination.limit) }}