diff --git a/static/index.html b/static/index.html index 746b68dc..1963c1ee 100644 --- a/static/index.html +++ b/static/index.html @@ -2648,7 +2648,7 @@ function renderStrategyTable(strategies) { if (comp >= 75) return 'good'; return 'ok'; }; - const renderRegimeRow = (s, rg) => { + const renderRegimeRow = (s, rg, bkKey) => { // 2026-08-15 行级激活按策略自身(后端已按所属市场温区算好 s.current),不再按表格 isCur const rw = (s.regime_winrates || {})[rg] || {}; const rwPf = rw.portfolio || null; @@ -2702,7 +2702,8 @@ function renderStrategyTable(strategies) { } const rGradeBadge = rGrade && rGrade !== 'ok' && rGrade !== 'good' && rGrade !== 'great' ? '' : ''; const isActive = s.current === true; - return '