feat(platform): promote customer time window monitoring
This commit is contained in:
@@ -1763,6 +1763,14 @@ export function Dashboard({
|
||||
color: 'blue' as const,
|
||||
onClick: openTimeMonitorMileage
|
||||
},
|
||||
{
|
||||
label: '时间窗监控',
|
||||
value: dayRangeText(timeMonitorScopeValue.dateFrom, timeMonitorScopeValue.dateTo),
|
||||
detail: '同一时间窗贯穿轨迹、统计、历史导出和告警复盘。',
|
||||
action: '自定义时间',
|
||||
color: 'blue' as const,
|
||||
onClick: openTimeMonitorHistory
|
||||
},
|
||||
{
|
||||
label: '数据导出',
|
||||
value: `${formatCount(summary?.frameToday)} 今日数据`,
|
||||
|
||||
Reference in New Issue
Block a user