feat(platform): align shell with vehicle operations center

This commit is contained in:
lingniu
2026-07-04 16:13:46 +08:00
parent 0c7910d6b9
commit 775073a95c
4 changed files with 28 additions and 28 deletions

View File

@@ -657,7 +657,7 @@ export function Quality({
return (
<div className="vp-page">
<PageHeader title="告警通知" description="围绕车辆服务沉淀断链、VIN 缺失、字段缺失和链路健康告警,并形成通知闭环" />
<PageHeader title="告警事件" description="围绕车辆服务沉淀断链、VIN 缺失、字段缺失和链路健康事件,并形成通知闭环" />
<div className="vp-kpi-grid">
{[
{ label: '问题车辆', value: summary.issueVehicleCount.toLocaleString() },
@@ -702,7 +702,7 @@ export function Quality({
</Card>
</Col>
</Row>
<Card bordered title="告警通知闭环" style={{ marginTop: 16 }}>
<Card bordered title="告警事件闭环" style={{ marginTop: 16 }}>
<div className="vp-alert-flow">
{[
{ label: '事件触发', value: `${activeRuleCount} 类活跃`, detail: '断链、无来源、VIN 缺失、字段缺失和容量异常进入告警池。' },