feat(platform): separate history capability entry

This commit is contained in:
lingniu
2026-07-04 14:28:27 +08:00
parent c03e890096
commit f6710514e3
3 changed files with 11 additions and 3 deletions

View File

@@ -260,7 +260,7 @@ export function Dashboard({
title: '历史数据查询',
description: '查询位置历史、RAW 帧和解析字段,为车辆问题复盘提供证据链。',
action: '查询历史',
onClick: () => onOpenHistory()
onClick: () => onOpenHistory({ tab: 'raw' })
},
{
title: '告警事件触发与通知',