feat(platform): separate history capability entry
This commit is contained in:
@@ -260,7 +260,7 @@ export function Dashboard({
|
||||
title: '历史数据查询',
|
||||
description: '查询位置历史、RAW 帧和解析字段,为车辆问题复盘提供证据链。',
|
||||
action: '查询历史',
|
||||
onClick: () => onOpenHistory()
|
||||
onClick: () => onOpenHistory({ tab: 'raw' })
|
||||
},
|
||||
{
|
||||
title: '告警事件触发与通知',
|
||||
|
||||
Reference in New Issue
Block a user