混料去除四舍五入

This commit is contained in:
shijing 2024-01-02 16:37:25 +08:00
parent 4d122d9ad7
commit 060c15c314
1 changed files with 2 additions and 2 deletions

View File

@ -102,8 +102,8 @@
v-model="form.count_real_eweight"
controls-position="right"
:min="0"
:step="1"
:precision="2"
:step="0.01"
:precision="2"
:step-strictly="true"
style="width: 100%"
placeholder="请输入重量"