feat(platform): expose amap service capabilities

This commit is contained in:
lingniu
2026-07-05 23:35:13 +08:00
parent 2e6d62c493
commit 07336e08bc
3 changed files with 102 additions and 0 deletions

View File

@@ -778,6 +778,12 @@ test('dashboard prioritizes customer vehicle service command over data sources',
expect(screen.getByRole('button', { name: '车辆健康与能耗工作台 SOC/氢能字段 1,286,320 今日数据 字段证据' })).toBeInTheDocument();
expect(screen.getByRole('button', { name: '车辆健康与能耗工作台 异常维护 7 告警 告警事件' })).toBeInTheDocument();
expect(screen.getByRole('button', { name: '车辆健康与能耗工作台 里程能耗 1 天窗口 统计查询' })).toBeInTheDocument();
expect(screen.getByText('地图服务能力清单')).toBeInTheDocument();
expect(screen.getByText('把高德 Web JS 和服务端 API 翻译成客户能使用的车辆服务能力。')).toBeInTheDocument();
expect(screen.getByText('实时底图')).toBeInTheDocument();
expect(screen.getByText('轨迹路径')).toBeInTheDocument();
expect(screen.getByText('区域围栏')).toBeInTheDocument();
expect(screen.getByText('地址解析')).toBeInTheDocument();
});
test('dashboard presents a customer dispatch operations home', async () => {