feat(platform): add customer vehicle lookup path

This commit is contained in:
lingniu
2026-07-05 03:25:14 +08:00
parent 46d2421511
commit 3097fd59eb
3 changed files with 167 additions and 0 deletions

View File

@@ -2007,6 +2007,15 @@ test('shows vehicle service result summary on vehicle list filters', async () =>
expect(await screen.findByText('当前车辆结果')).toBeInTheDocument();
expect(screen.getByText('车辆服务台')).toBeInTheDocument();
expect(screen.getByText('客户视角')).toBeInTheDocument();
expect(screen.getByText('客户查车路径')).toBeInTheDocument();
expect(screen.getByText('车辆池服务')).toBeInTheDocument();
expect(screen.getByText('从车辆池筛出客户要看的车,再进入单车服务')).toBeInTheDocument();
expect(screen.getByText('客户侧只关心车辆服务结果32960、808、MQTT 作为证据来源参与筛选和可信度判断。')).toBeInTheDocument();
expect(screen.getByText('车辆身份')).toBeInTheDocument();
expect(screen.getByText('VIN / 车牌 / 手机号')).toBeInTheDocument();
expect(screen.getByText('轨迹与位置')).toBeInTheDocument();
expect(screen.getAllByText('数据交付').length).toBeGreaterThanOrEqual(1);
expect(screen.getByRole('button', { name: /复制客户查车路径/ })).toBeInTheDocument();
expect(screen.getByText('车辆服务决策板')).toBeInTheDocument();
expect(screen.getAllByText('异常车辆').length).toBeGreaterThan(0);
expect(screen.getByText('4 无来源')).toBeInTheDocument();