feat(platform): add vehicle service desk

This commit is contained in:
lingniu
2026-07-05 01:36:46 +08:00
parent f5d38253fe
commit f45cf90b70
4 changed files with 171 additions and 2 deletions

View File

@@ -1937,6 +1937,11 @@ test('shows vehicle service result summary on vehicle list filters', async () =>
render(<App />);
expect(await screen.findByText('当前车辆结果')).toBeInTheDocument();
expect(screen.getByText('车辆服务台')).toBeInTheDocument();
expect(screen.getByText('客户视角')).toBeInTheDocument();
expect(screen.getByText('车辆地图')).toBeInTheDocument();
expect(screen.getAllByText('里程统计').length).toBeGreaterThanOrEqual(1);
expect(screen.getAllByText('数据导出').length).toBeGreaterThanOrEqual(1);
expect(screen.getByText('当前页服务判读')).toBeInTheDocument();
expect(screen.getByText('建议下一步')).toBeInTheDocument();
expect(screen.getAllByText('降级可服务').length).toBeGreaterThanOrEqual(1);