{{ typeLabel() }}

{{ targetLabel() }}

{{ currentRun.id }}
{{ statusLabel() }} {{ targetKindLabel() }} 证据 {{ currentRun.evidenceCount | number }} {{ modeLabel() }}

运行元数据

分析类型
{{ typeLabel() }}
目标类型
{{ targetKindLabel() }}
目标键
{{ targetLabel() }}
请求人
{{ currentRun.requestedBy || '未记录' }}
请求时间
{{ formatDate(currentRun.requestedAt) }}
完成时间
{{ formatDate(currentRun.completedAt) }}
错误摘要
{{ currentRun.errorSummary || '无' }}
模型 / Prompt 版本
未记录

输入范围

评价范围
{{ scopeLabel() }}
情感筛选
{{ sentimentLabel() }}
样本上限
{{ number(input.sampleLimit) }}
实际样本
{{ number(input.sampleCount) }}
输入证据 ID
{{ input.evidenceIds.length || '未记录' }}
生成入口
{{ input.generatedBy || '未记录' }}
时间范围
未记录
店铺 / 商品筛选
未记录

来源分布

{{ sourceLabel(item.label) }}{{ item.value | number }}

来源分布未记录

输入主题

{{ topic.label || topic.id }}{{ number(topic.count) }}

输入主题未记录

结果摘要

{{ modeLabel() }} · 生成时间 {{ formatDate(result.generatedAt) }}

{{ result.headline || '结果标题未记录' }}

证据覆盖 {{ percentage(result.evidenceCoverage) }}

{{ result.executiveSummary || '结果摘要未记录' }}

{{ insight.id || '洞察 ID 未记录' }}

{{ insight.title || '洞察标题未记录' }}

{{ severityLabel(insight.severity) }} {{ opportunityLabel(insight.opportunityStatus) }}
发现
{{ insight.finding || '未记录' }}
用户需求
{{ insight.userNeed || '未记录' }}
建议动作
{{ insight.recommendation || '未记录' }}
验证指标
{{ insight.validationMetric || '未记录' }}
引用证据 {{ insight.evidenceIds.length }} 条 · 置信度 {{ insight.confidence || '未记录' }}

结果已保存,但洞察明细未记录。

结果未记录 当前运行的 result 字段为空,页面没有生成替代结论。
运行契约只保存证据 ID,评价原文、商品标题和快照内容未随运行记录保存。

证据引用

{{ evidenceReferences.length }}
证据 ID关联洞察证据原文
{{ evidence.id }} {{ evidence.insightTitles.length ? evidence.insightTitles.join('、') : '未被结果洞察引用' }} 未记录

输入和结果中均未记录证据 ID。

人工决策

{{ decisions.length }}
正在加载人工决策

{{ decisionsError }}

{{ decisionLabel(decision) }} {{ formatDate(decision.decidedAt) }}
洞察 ID
{{ decision.sourceInsightId }}
决策人
{{ decision.decidedBy || '未记录' }}
审阅证据
{{ decision.reviewedEvidenceIds.length ? decision.reviewedEvidenceIds.join('、') : '未记录' }}
意见
{{ decision.comment || '未记录' }}

当前运行没有人工决策记录。

后端未提供独立运行事件流;当前时间线由状态和三个时间字段还原。

运行耗时

排队耗时
{{ formatDuration(durations.queueMs) }}
执行耗时
{{ formatDuration(durations.executionMs) }}
总耗时
{{ formatDuration(durations.totalMs) }}

运行时间线

  1. {{ item.title }}{{ formatDate(item.time) }}

    {{ item.description }}