forked from angelo/web-retail-admin
feat(goods): 上传盒数可以为小数
This commit is contained in:
parent
69f58410fb
commit
7793f65760
|
@ -343,7 +343,6 @@
|
|||
:step="1"
|
||||
:min="1"
|
||||
:max="1000000"
|
||||
step-strictly
|
||||
/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
|
|
@ -305,7 +305,6 @@
|
|||
:step="1"
|
||||
:min="1"
|
||||
:max="1000000"
|
||||
step-strictly
|
||||
/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
|
Loading…
Reference in New Issue