Files
one-pipe-system/openspec/changes/add-order-list-purchased-package-names/tasks.md
luo 01cddd7eda
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m46s
fix:bug
2026-09-08 10:59:38 +08:00

11 lines
582 B
Markdown

## 1. Implementation
- [x] 1.1 Place `资产标识符` after order number and add the purchased-package-name column immediately after it in the order-list column chooser.
- [x] 1.2 Render package names from `Order.items` in API-returned order, separating multiple values with `、`.
- [x] 1.3 Render a placeholder for null, empty, or unnamed order items without altering the order-number link behavior.
## 2. Verification
- [x] 2.1 Verify a single item renders its package name and multiple items render `套餐A、套餐B`.
- [x] 2.2 Run targeted format, type, and lint checks.