fix: 订单列表套餐显示销售价
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 7m33s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 7m33s
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# Change: 创建订单使用套餐建议售价
|
||||
|
||||
## Why
|
||||
|
||||
创建订单弹窗中套餐选项当前展示成本价,容易让运营人员误以为下单金额等同成本价。套餐选项价格应展示套餐 `suggested_retail_price` 建议售价。
|
||||
|
||||
## What Changes
|
||||
|
||||
- 创建订单弹窗的套餐选项展示 `suggested_retail_price`,不再展示 `cost_price`。
|
||||
- 创建订单提交请求仍只提交套餐 ID 等订单字段,不额外提交 `suggested_retail_price`。
|
||||
|
||||
## Impact
|
||||
|
||||
- Affected specs: `order-management`
|
||||
- Affected code: `src/views/order-management/order-list/index.vue`
|
||||
Reference in New Issue
Block a user