feat(platform): add alert vehicle task board

This commit is contained in:
lingniu
2026-07-05 02:30:27 +08:00
parent 12caed6310
commit f47475a1a9
3 changed files with 148 additions and 0 deletions

View File

@@ -3727,6 +3727,13 @@ test('shows actionable priority queue on quality page', async () => {
render(<App />);
expect(await screen.findByText('处置优先队列')).toBeInTheDocument();
expect(screen.getByText('车辆风险处置任务板')).toBeInTheDocument();
expect(screen.getAllByText('粤A优先1 / VIN-P0-001').length).toBeGreaterThan(0);
expect(screen.getByText('实时确认')).toBeInTheDocument();
expect(screen.getAllByText('轨迹证据').length).toBeGreaterThan(0);
expect(screen.getByText('里程复核')).toBeInTheDocument();
expect(screen.getAllByText('原始证据').length).toBeGreaterThan(0);
expect(screen.getByText('先确认车辆是否仍在线、最后上报来源和实时字段是否恢复。')).toBeInTheDocument();
expect(screen.getAllByText('P0').length).toBeGreaterThan(0);
expect(screen.getAllByText('粤A优先1 / VIN-P0-001').length).toBeGreaterThan(0);
expect(screen.getAllByText('确认平台转发').length).toBeGreaterThan(0);