feat(platform): add history export next actions
This commit is contained in:
@@ -7649,6 +7649,16 @@ test('shows parsed field history as a flattened evidence table', async () => {
|
||||
expect(screen.getByRole('button', { name: '客户数据交付动作 导出明细 明细CSV' })).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: '客户数据交付动作 字段裁剪 字段CSV' })).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: '客户数据交付动作 复制说明 交付包' })).toBeInTheDocument();
|
||||
expect(screen.getByText('导出下一步行动条')).toBeInTheDocument();
|
||||
expect(screen.getByText('当前查询先决定交付什么、缺什么、怎么复用,避免客户拿到一堆无解释 CSV。')).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: '导出下一步行动 首要交付 字段证据' })).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: '导出下一步行动 轨迹状态 待补轨迹' })).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: '导出下一步行动 证据状态 1 帧 / 2 字段' })).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: '导出下一步行动 说明状态 可交付' })).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: '导出下一步动作 导出优先项 执行导出' })).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();
|
||||
|
||||
Reference in New Issue
Block a user