feat(platform): add alert action conclusion

This commit is contained in:
lingniu
2026-07-05 23:09:33 +08:00
parent 15a318112d
commit 4eda7b7e1b
3 changed files with 160 additions and 0 deletions

View File

@@ -11746,6 +11746,13 @@ test('opens realtime status from quality issue row with source evidence', async
render(<App />);
expect(await screen.findByText('13307795425')).toBeInTheDocument();
expect(screen.getByText('告警处置结论栏')).toBeInTheDocument();
expect(screen.getByText('先判断客户受影响车辆再确认通知、SLA、证据和恢复回执避免告警停留在技术表格里。')).toBeInTheDocument();
expect(screen.getByRole('button', { name: '告警处置结论栏 影响范围 1 辆 复制影响' })).toBeInTheDocument();
expect(screen.getByRole('button', { name: '告警处置结论栏 通知策略 P0 1 / P1 0 复制通知' })).toBeInTheDocument();
expect(screen.getByRole('button', { name: '告警处置结论栏 SLA策略 立即处置 通知闭环' })).toBeInTheDocument();
expect(screen.getByRole('button', { name: '告警处置结论栏 证据闭环 可复核 复制交接' })).toBeInTheDocument();
expect(screen.getByRole('button', { name: '告警处置结论栏 恢复回执 有标准 复制回执' })).toBeInTheDocument();
expect(screen.getByText('客户告警服务台')).toBeInTheDocument();
expect(screen.getByText('客户先看到哪些车受影响、是否要通知、证据是否齐全、恢复后如何验收。')).toBeInTheDocument();
expect(screen.getByRole('button', { name: '客户告警服务台 影响车辆 1 辆 复制影响' })).toBeInTheDocument();