feat(platform): add realtime priority queue
This commit is contained in:
@@ -9878,6 +9878,12 @@ test('realtime page prioritizes customer vehicle monitoring command center', asy
|
||||
expect(screen.getByRole('button', { name: '客户实时监控总控台 轨迹复盘 粤A实时1 轨迹回放' })).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: '客户实时监控总控台 导出交付 2 当前页 导出CSV' })).toBeInTheDocument();
|
||||
expect(screen.getByText('来源证据仅用于可信度判断:JT808 / GB32960')).toBeInTheDocument();
|
||||
expect(screen.getByText('实时处置优先级')).toBeInTheDocument();
|
||||
expect(screen.getByText('按客户影响排序:先处理不能看车、定位无效、数据通道不完整和更新超时的车辆。')).toBeInTheDocument();
|
||||
expect(screen.getAllByText('粤A实时2').length).toBeGreaterThanOrEqual(1);
|
||||
expect(screen.getAllByText((content) => content.includes('坐标无效')).length).toBeGreaterThanOrEqual(1);
|
||||
expect(screen.getAllByText((content) => content.includes('缺少 GB32960')).length).toBeGreaterThanOrEqual(1);
|
||||
expect(screen.getByRole('button', { name: '实时处置优先级 1 粤A实时2 查看告警' })).toBeInTheDocument();
|
||||
});
|
||||
|
||||
test('frames realtime page as one vehicle service with source evidence', async () => {
|
||||
|
||||
Reference in New Issue
Block a user