feat(platform): add mileage service task board

This commit is contained in:
lingniu
2026-07-05 02:17:41 +08:00
parent 5d9576c5c7
commit 751d290f1b
3 changed files with 130 additions and 0 deletions

View File

@@ -7852,6 +7852,15 @@ test('shows vehicle-first statistics domains for one vehicle service', async ()
expect(screen.getByText('影响待复核')).toBeInTheDocument();
expect(screen.getByText('3 辆车')).toBeInTheDocument();
expect(screen.getByText('当前筛选会影响 6 条里程记录、210 km 统计口径和 1 辆离线车辆判断。')).toBeInTheDocument();
expect(screen.getByText('里程服务任务板')).toBeInTheDocument();
expect(screen.getAllByText('发布判断').length).toBeGreaterThanOrEqual(1);
expect(screen.getByText('区间复核')).toBeInTheDocument();
expect(screen.getByText('异常处理')).toBeInTheDocument();
expect(screen.getByText('数据交付')).toBeInTheDocument();
expect(screen.getByRole('button', { name: '里程服务任务 发布判断 BI口径' })).toBeInTheDocument();
expect(screen.getByRole('button', { name: '里程服务任务 区间复核 轨迹证据' })).toBeInTheDocument();
expect(screen.getByRole('button', { name: '里程服务任务 异常处理 复制证据' })).toBeInTheDocument();
expect(screen.getByRole('button', { name: '里程服务任务 数据交付 导出明细' })).toBeInTheDocument();
expect(screen.getByText('影响车辆')).toBeInTheDocument();
expect(screen.getByText('统计规模')).toBeInTheDocument();
expect(screen.getByText('闭合影响')).toBeInTheDocument();