Files
luo 85d158dfec
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m45s
feat: order-export,generation,status
2026-06-17 17:46:04 +08:00

25 lines
919 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Change: 新增订单导出场景
## Why
导出管理现已支持设备管理和IoT卡管理两个导出场景需要扩展至订单管理以便订单列表也能按当前检索条件全量导出。
## What Changes
- 在导出任务中新增 `order` 导出场景支持
- 导出管理列表的场景筛选中新增「订单管理」选项
- 订单列表页面新增导出按钮,创建 `scene=order` 的导出任务
- 订单导出按钮需要权限编码控制
## Impact
- Affected specs:
- `export-task-management`
- Affected code:
- `src/types/api/exportTask.ts` - ExportTaskScene 类型
- `src/views/asset-management/export-task-management/export-task-list/index.vue` - 场景选项
- `src/components/business/ExportTaskCreateDialog.vue` - sceneName 映射
- `src/views/order-management/order-list/index.vue` - 导出按钮
- Dependencies:
- 依赖后端 export task API 支持 `scene=order`