{{ entry.visible_text || '(空消息)' }}
{{ truncText(ci.text, 500) }}
{{ formatArgsSummary(ci) }}
{{ truncText(ci.text, 300) }}
{{ truncText(ci.text, 500) }}
{{ entry.summary }}
{{ entry.custom_content }}
{{ JSON.stringify(entry.custom_data, null, 2) }}
{{ entry.raw_preview }}
| 批次 | 范围 | 目标 | 完成 | 跳过 | 失败 | 机器整合 | 状态 | 创建时间 | 操作 |
|---|---|---|---|---|---|---|---|---|---|
| #{{ b.batch_id }} | {{ formatEntryTs(b.time_start) }} ~ {{ formatEntryTs(b.time_end) }} | {{ b.target_count || 0 }} | {{ b.done_count || 0 }} | {{ b.skipped_count || 0 }} | {{ b.failed_count || 0 }} | {{ batchMachineSummary(b) }} | {{ batchStatusText(b.status) }} | {{ formatDbTs(b.created_at) }} |
| 类型 | 原始标识 | 别名 | |
|---|---|---|---|
| {{ aliasTypeLabel(a.alias_type) }} | {{ a.alias_key }} | {{ a.alias_value }} |
|
| 用户 | Agent | 当前同步范围 | 最近活动 | 状态 | 结果 | 说明 | |
|---|---|---|---|---|---|---|---|
|
{{ item.user_display_name || item.display_name || item.user_merge_key }}
{{ item.user_merge_key || item.merge_key }}
|
{{ item.agent_display_name || item.agent_name || '-' }} |
{{ batchOperationUserWindowText(item) }}
|
{{ formatDbTs(item.last_seen || '') || '-' }} | {{ batchOperationStatusTextFor(item.status) }} | {{ batchOperationResultText(item) }} | {{ item.error_message || '-' }} |
| 用户 | 最近诊断 | 状态 | 完成时间 | 评分 | 报告 | 操作 | |
|---|---|---|---|---|---|---|---|
|
{{ batchItemTitle(item) }}
机器
{{ batchUserMachine(item) || '-' }}
Agent
{{ batchUserAgent(item) || '-' }}
用户ID
{{ batchUserId(item) || '-' }}
|
{{ item.latest_report.score ?? '-' }}分
· {{ item.latest_report.days }}天
· AI失败
同范围已有
{{ formatDbTs(item.latest_report.created_at) }}
{{ diagnosisWindowRangeText(item.latest_report) }}
{{ diagnosisModelText(item.latest_report) }}
|
{{ batchStatusText(item.status) }} |
{{ batchDiagnosisItemTimeText(item) }}
|
{{ item.score ?? '-' }} | - | - |
| 机器 | 状态 | 完成时间 | 评分 | 报告 | 操作 |
|---|---|---|---|---|---|
|
{{ item.machine_name || '未知机器' }}
{{ item.machine_report_id ? '机器报告 #' + item.machine_report_id : '等待用户任务完成后执行' }}
|
{{ batchStatusText(item.status) }} | {{ batchDiagnosisItemTimeText(item) }} | {{ item.score ?? '-' }} | - | - |