feat(platform): center vehicle service around customers

This commit is contained in:
lingniu
2026-07-05 20:12:39 +08:00
parent 2765a3c491
commit 0beca74bcf
3 changed files with 175 additions and 1 deletions

View File

@@ -2205,6 +2205,13 @@ 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.getByRole('button', { name: '客户车辆服务台 车辆池 181 车辆 找车' })).toBeInTheDocument();
expect(screen.getByRole('button', { name: '客户车辆服务台 实时地图 73 在线 打开地图' })).toBeInTheDocument();
expect(screen.getByRole('button', { name: '客户车辆服务台 轨迹回放 先选车辆 回放' })).toBeInTheDocument();
expect(screen.getByRole('button', { name: '客户车辆服务台 统计查询 单车后可用 查询统计' })).toBeInTheDocument();
expect(screen.getByRole('button', { name: '客户车辆服务台 告警通知 13 待处理 查看告警' })).toBeInTheDocument();
expect(screen.getByText('车辆资产运营台')).toBeInTheDocument();
expect(screen.getByText('像车队资产系统一样,先判断车辆能不能服务,再进入地图、实时、轨迹、统计、导出和告警。')).toBeInTheDocument();
expect(screen.getByRole('button', { name: '车辆资产运营台 资产健康 181 车辆 查看车辆池' })).toBeInTheDocument();
@@ -2214,7 +2221,7 @@ test('shows vehicle service result summary on vehicle list filters', async () =>
expect(screen.getByText('车辆服务台')).toBeInTheDocument();
expect(screen.getByText('客户视角')).toBeInTheDocument();
expect(screen.getByText('客户查车路径')).toBeInTheDocument();
expect(screen.getByText('车辆池服务')).toBeInTheDocument();
expect(screen.getAllByText('车辆池服务').length).toBeGreaterThanOrEqual(1);
expect(screen.getByText('从车辆池筛出客户要看的车,再进入单车服务')).toBeInTheDocument();
expect(screen.getByText('客户侧只关心车辆服务结果,接入来源只作为证据参与筛选和可信度判断。')).toBeInTheDocument();
expect(screen.getByText('车辆身份')).toBeInTheDocument();