feat(platform-web): show searched vehicle identity context

This commit is contained in:
lingniu
2026-07-04 02:35:55 +08:00
parent 337e9f3dac
commit 80bd726455
3 changed files with 7 additions and 1 deletions

View File

@@ -146,6 +146,7 @@ test('shows resolved vehicle service status after topbar search', async () => {
fireEvent.click(screen.getByRole('button', { name: '查询车辆' }));
expect(await screen.findByText('当前车辆:部分来源离线')).toBeInTheDocument();
expect(screen.getByText('粤AG18312 / LB9A32A24R0LS1426')).toBeInTheDocument();
});
test('shows row service status in dashboard vehicle previews', async () => {