-
-
+
{event.description}
-
-
- {cluster.events.length > 1 ? `同窗 ${cluster.events.length} 项` : "单项事件"}
-
- {event.conditionId ? (
- 查看工况报告 →
- ) : (
-
- {event.correlationId ?? event.scheduleId}
-
- )}
-
+ {cluster.events.length > 1 ? (
+ 同一时间窗 {cluster.events.length} 项
+ ) : null}
-
);
@@ -401,8 +386,8 @@ function OperationalEventGlyph({ event }: { event: OperationalEvent }) {
}
function operationalEventNatureLabel(event: OperationalEvent) {
- if (event.status === "failed") return "关键异常";
- if (event.lane === "exception") return "运行偏差";
+ if (event.status === "failed") return "异常";
+ if (event.lane === "exception") return "关注";
if (event.lane === "actual") return "实际执行";
return "计划任务";
}
@@ -417,7 +402,10 @@ function TimelineSummary({ summary }: { summary: ReturnType
{summary.active}
- 异常 {summary.exceptions}
+ 关注 {summary.attention}
+
+
+ 异常 {summary.exceptions}
);
@@ -433,7 +421,7 @@ function TimelineActions({
onReturnNow: () => void;
}) {
return (
-
+