11 lines
582 B
Markdown
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.
|