fix: bug
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m4s

This commit is contained in:
sexygoat
2026-05-11 15:51:50 +08:00
parent 766497dc31
commit 1990a3ccba
40 changed files with 832 additions and 127 deletions

View File

@@ -42,5 +42,5 @@
- **AND** 当前套餐零售价上限为 `40.00`
- **WHEN** 用户输入大于 `40.00` 的零售价并提交
- **THEN** 系统阻止提交
- **AND** 系统显示“零售价不能大于建议售价 * 2”对应的校验提示
- **AND** 系统显示“零售价不能大于建议售价 \* 2”对应的校验提示
- **AND** 系统不得调用修改零售价接口