@for (stage of lifecycleStages; track stage.value) {
{{ stage.icon }}
{{ stage.label }}
}
@if (loading) { } @else if (report) {
{{ report.healthScore }}分
[指标雷达图区域]

智能摘要

{{ report.summary }}

@for (metric of report.metrics; track metric.id) {
{{ metric.name }} {{ metric.description }}
{{ metric.value }}{{ metric.unit }}
@if (metric.trendType === 'up') { ↑ } @if (metric.trendType === 'down') { ↓ } @if (metric.trendType === 'stable') { - } {{ metric.trend | number:'1.1-1' }}%
}
@for (bench of report.benchmarks; track bench.metricId) {
{{ getMetricName(bench.metricId) }}
我品
{{ bench.myProductValue }}
行业
{{ bench.industryAvg }}
差距: {{ bench.gap > 0 ? '+' : '' }}{{ bench.gap }}
}
    @for (prob of report.problems; track prob) {
  • {{ prob }}
  • }
    @for (high of report.highlights; track high) {
  • {{ high }}
  • }
@for (item of report.actionItems; track item.id) { }
内容 负责人 截止日期 优先级 状态
{{ item.content }}
{{ item.owner.charAt(0) }}
{{ item.dueDate | date:'MM/dd' }} {{ item.priority }} {{ item.status }}
}