| 报文ID | 类型 | 方向 | 来源 | 状态 | 耗时(ms) | 错误信息 | 接收时间 | 操作 |
|---|---|---|---|---|---|---|---|---|
| {{ row.msg_id }} | {{ row.msg_type }} | {{ row.direction === 'recv' ? '↓ 接收' : '↑ 发送' }} | {{ row.source }} | {{ row.status === 'success' ? '成功' : '失败' }} | {{ row.process_time || '—' }} | {{ row.error_msg || '—' }} | {{ fmtTime(row.received_at) }} | 详情 |
| 暂无报文记录 | ||||||||
{{ currentLog.raw_data || '—' }}
{{ formatJson(currentLog.parsed_data) }}