+ 多模板评分并排对比 · 雷达图可视化 +
+选择模板进行对比(最多 4 个):
+| 维度 | + {selectedTemplates.map((tmpl, idx) => { + const score = getLatestScore(tmpl.id); + return ( +
+
+
+ {tmpl.name}
+ {score ? (
+
+ {score.total_score.toFixed(1)}
+
+ ) : (
+ 暂无评分
+ )}
+
+ |
+ );
+ })}
+
|---|---|
| + {DIMENSION_LABELS[dim]} + | + {selectedTemplates.map((tmpl) => { + const score = getLatestScore(tmpl.id); + const isDisabled = tmpl.disabled_dimensions.includes(dim); + const scoreKey = DIMENSION_SCORE_KEYS[dim]; + const value = score + ? (score as unknown as Record
+ {isDisabled ? (
+ —
+ ) : value !== null && value !== undefined ? (
+
+
+ {value.toFixed(1)}
+
+
+ ) : (
+ —
+ )}
+
+
+
+ |
+ );
+ })}
+
{tmpl.name}
+基金类型: {FUND_TYPE_LABELS[tmpl.fund_type] ?? tmpl.fund_type}
+企业阶段: {STAGE_LABELS[tmpl.company_stage] ?? tmpl.company_stage}
+产业赛道: {INDUSTRY_LABELS[tmpl.industry] ?? tmpl.industry}
+启用维度: {tmpl.enabled_dimensions.length} / 14
+请选择至少 1 个模板进行对比
++ 6 轴动态权重 · 50 个预设 · 自定义模板 +
+{metric.label}
+{metric.description}
+当前筛选条件下暂无模板
+可点击右上角"新建模板"创建
+{tmpl.name}
++ {AXIS_OPTIONS.fund_type.find((o) => o.value === tmpl.fund_type)?.label} ·{" "} + {AXIS_OPTIONS.company_stage.find((o) => o.value === tmpl.company_stage)?.label} ·{" "} + {AXIS_OPTIONS.industry.find((o) => o.value === tmpl.industry)?.label} +
++ 基于当前 6 轴参数配置创建,权重将自动计算 +
+{error}
+ )} +