feat(shop): 添加商品配送奖金功能

- 在商品模型中新增配送奖金字段 deliveryMoney
- 添加配送奖金表单项,支持0-0.2范围内的数值输入
- 初始化表单时设置配送奖金默认值为0
- 配送奖金输入框支持两位小数精度和0.01步长调整
This commit is contained in:
2026-02-24 16:44:20 +08:00
parent 0dc0941673
commit 061f1cbe48
3 changed files with 19 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
VITE_APP_NAME=后台管理(开发环境)
#VITE_API_URL=http://127.0.0.1:9200/api
VITE_API_URL=http://127.0.0.1:9200/api
#VITE_SERVER_API_URL=http://127.0.0.1:8000/api
VITE_API_URL=https://glt-api.websoft.top/api
#VITE_API_URL=https://glt-api.websoft.top/api