+
+ {fmtTime(r.startedAt)}
+ {TRIGGER_LABEL[r.triggerKind]}
+
+ {STATUS_LABEL[r.status]}
+
+
+
{r.message || '—'}
+
+ 范围 {rangeLabel(r.days)}
+ {r.durationSeconds > 0 && 耗时 {fmtDuration(r.durationSeconds)}}
+ {r.status === 'success' && r.recordsSynced > 0 && (
+ 更新 {r.recordsSynced} 天
+ )}
+
+