{{ index + 1 | number: '2.0-0' }}
{{ severityLabel(insight.severity) }}优先级
{{ confidenceLabel(insight.confidence) }}
{{ opportunityLabel(insight.opportunityStatus) }}
{{ insight.title }}
{{ insight.finding }}
{{ insight.userNeed }}
{{ insight.recommendation }}
{{ insight.validationMetric }}
人工决策
@if (decisionFor(insight); as decision) {
{{ decisionLabel(decision.decision) }} · v{{ decision.version }}
} @else {
等待证据审阅
}
已阅 {{ reviewedEvidenceCount(insight) }} / {{ insight.evidenceIds.length }}
正在同步人工决策记录…
} @else if (decisionHistoryError) {
{{ decisionHistoryError }}
}
@if (decisionFor(insight); as decision) {
@if (!isReviewingDecision(insight)) {
{{ decision.comment }}
{{ decision.decidedBy }} · {{ formatDate(decision.decidedAt) }} · {{ decision.id }}
@for (evidenceId of insight.evidenceIds; track evidenceId) {
}
@if (decisionErrors[insight.id]) {
{{ decisionErrors[insight.id] }}
}
@if (insightResult.mode === 'ai') {
}
@if (decisionFor(insight)) {
}
}