重置筛选
一键清空
立即对比 ({{ compareIds.length }})
{{ scope.row.product_short_name || scope.row.product_full_name }}
{{ scope.row.series_sales }}
{{ scope.row.manager_name }}
{{ scope.row.daily_profit_10k.toFixed(4) }}
{{ scope.row.daily_yield !== null ? (scope.row.daily_yield * 100).toFixed(2) + '%' : '--' }}
{{ scope.row.yield_7d !== null ? (scope.row.yield_7d * 100).toFixed(2) + '%' : '--' }}
{{ scope.row.yield_14d !== null ? (scope.row.yield_14d * 100).toFixed(2) + '%' : '--' }}
{{ scope.row.yield_1m !== null ? (scope.row.yield_1m * 100).toFixed(2) + '%' : '--' }}
{{ scope.row.yield_3m !== null ? (scope.row.yield_3m * 100).toFixed(2) + '%' : '--' }}
{{ scope.row.yield_6m !== null ? (scope.row.yield_6m * 100).toFixed(2) + '%' : '--' }}
{{ scope.row.drawdown_days_1m !== null ? scope.row.drawdown_days_1m : '--' }}
{{ scope.row.zero_days_1m !== null ? scope.row.zero_days_1m : '--' }}
{{ scope.row.prob_7d_20_1m !== null ? (scope.row.prob_7d_20_1m * 100).toFixed(0) + '%' : '--' }}
{{ scope.row.prob_7d_25_1m !== null ? (scope.row.prob_7d_25_1m * 100).toFixed(0) + '%' : '--' }}
{{ scope.row.volatility_1m !== null ? (scope.row.volatility_1m * 100).toFixed(2) + '%' : '--' }}
{{ scope.row.sharpe_1m !== null ? scope.row.sharpe_1m.toFixed(2) : '--' }}
{{ (scope.row.max_drawdown_1m * 100).toFixed(3) }}%
--