验证数据边界

当前只读取行动、来源分析和经营/VOC 快照。基线、结果窗口、目标与结论尚无完整持久化契约,本页不会模拟保存。

{{ items.length }} 个行动 {{ analyses.length }} 次分析 {{ dataset?.summary?.metricRows ?? 0 | number }} 行经营明细
@for (warning of warnings; track warning) {
{{ warning }}
}
行动总数 {{ items.length | number }} {{ configuredMetricCount }} 个已填写验证指标
指标可计算 {{ metricAvailableCount | number }} 匹配真实经营或 VOC 口径
来源分析已关联 {{ linkedAnalysisCount | number }} 按 sourceAnalysisId 核实
行动证据已固化 {{ evidenceLinkedCount | number }} 行动对象存在 evidenceIds
@for (stage of stages; track stage.value) { }
{{ filteredItems.length }} / {{ items.length }} 条 更新 {{ formatDateTime(refreshedAt) }}
@if (loading) {
正在核对验证准备度

读取行动项、来源分析和国内电商经营快照。

} @else if (errorMessage) { } @else if (!items.length) {

进入正式验证需要的字段

指标与目标validationMetric、目标值与改善方向
可比窗口基线窗口与结果窗口
证据引用行动 evidenceIds 与来源分析
验证结论结果值、结论与验证时间
} @else if (!filteredItems.length) { } @else {
@for (item of filteredItems; track item.id) { }
行动 行动状态 验证指标 当前快照值 验证阶段 待补字段 更新时间 操作
{{ item.action.title }} {{ item.action.productKey || '工作空间级行动' }} {{ actionStatusLabel(item.action.status) }} {{ item.action.validationMetric || '未设置' }} {{ item.metric.available ? item.metric.label : item.metric.unavailableReason }} {{ item.metric.formattedValue }} {{ item.stageLabel }} {{ item.missingLabels.length ? item.missingLabels.join('、') : '无' }} {{ formatDateTime(item.action.updatedAt) }}
}