混料去除四舍五入
This commit is contained in:
parent
4d122d9ad7
commit
060c15c314
|
@ -102,8 +102,8 @@
|
||||||
v-model="form.count_real_eweight"
|
v-model="form.count_real_eweight"
|
||||||
controls-position="right"
|
controls-position="right"
|
||||||
:min="0"
|
:min="0"
|
||||||
:step="1"
|
:step="0.01"
|
||||||
:precision="2"
|
:precision="2"
|
||||||
:step-strictly="true"
|
:step-strictly="true"
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
placeholder="请输入重量"
|
placeholder="请输入重量"
|
||||||
|
|
Loading…
Reference in New Issue