3
0
Fork 0

feat(goods): 上传盒数可以为小数

This commit is contained in:
woody 2025-08-20 17:18:40 +08:00
parent 4c69a66517
commit 5badc9da7b
2 changed files with 0 additions and 2 deletions

View File

@ -343,7 +343,6 @@
:step="1" :step="1"
:min="1" :min="1"
:max="1000000" :max="1000000"
step-strictly
/> />
</el-form-item> </el-form-item>
</el-col> </el-col>

View File

@ -305,7 +305,6 @@
:step="1" :step="1"
:min="1" :min="1"
:max="1000000" :max="1000000"
step-strictly
/> />
</el-form-item> </el-form-item>
</el-col> </el-col>