fix: 订单列表套餐显示销售价
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 7m33s

This commit is contained in:
sexygoat
2026-05-30 15:06:41 +08:00
parent ad56b82944
commit 322cd0dca5
4 changed files with 54 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
## 1. Implementation
- [x] 1.1 Update create-order package option display to show `suggested_retail_price`.
- [x] 1.2 Keep create-order request payload unchanged without submitting `suggested_retail_price`.
## 2. Verification
- [x] 2.1 Validate the OpenSpec change with strict mode.
- [x] 2.2 Run relevant frontend type/lint verification.