追踪用户总数
{{ formatNumber(stats.total_users || 0) }}
通过全时段筛选
{{ formatNumber(stats.pass_all_count || 0) }}
通过近30天筛选
{{ formatNumber(stats.pass_30d_count || 0) }}
同时通过两项筛选
{{ formatNumber(stats.pass_both_count || 0) }}
当前查询结果
{{ formatNumber(totalResults) }}
筛选条件设置
{{ showFilters ? '收起' : '展开' }}
全时段预设
近30天预设
双重预设
清除全部
7天内活跃
全时段筛选条件
近30天筛选条件
类别筛选(全时段)
应用筛选
导出 CSV
{{ formatTimeAgo(scope.row.last_active_at) }}
{{ categoryLabels[scope.row.primary_category] || scope.row.primary_category || '-' }}
{{ formatPercent(scope.row.category_concentration_all) }}
${{ formatMoney(scope.row.pnl_all) }}
{{ formatPercent(scope.row.roi_all) }}
{{ formatPercent(scope.row.win_rate_all) }}
{{ scope.row.profit_loss_ratio_all ? (scope.row.profit_loss_ratio_all >= 100 ? '>100' : scope.row.profit_loss_ratio_all.toFixed(2)) : '-' }}
{{ formatPercent(scope.row.max_drawdown_all) }}
${{ formatMoney(scope.row.avg_bet_all) }}
{{ scope.row.contrarian_count_all }}
{{ formatPercent(scope.row.contrarian_rate_all) }}
{{ scope.row.contrarian_win_rate_all != null ? formatPercent(scope.row.contrarian_win_rate_all) : '-' }}
${{ formatMoney(scope.row.pnl_30d) }}
{{ formatPercent(scope.row.roi_30d) }}
{{ formatPercent(scope.row.win_rate_30d) }}
{{ scope.row.profit_loss_ratio_30d ? (scope.row.profit_loss_ratio_30d >= 100 ? '>100' : scope.row.profit_loss_ratio_30d.toFixed(2)) : '-' }}
{{ formatPercent(scope.row.max_drawdown_30d) }}
${{ formatMoney(scope.row.avg_bet_30d) }}
{{ scope.row.contrarian_count_30d }}
{{ formatPercent(scope.row.contrarian_rate_30d) }}
{{ scope.row.contrarian_win_rate_30d != null ? formatPercent(scope.row.contrarian_win_rate_30d) : '-' }}