From 060c15c314ed90a5329c734e54824ab4bccbde50 Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 2 Jan 2024 16:37:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=B7=E6=96=99=E5=8E=BB=E9=99=A4=E5=9B=9B?= =?UTF-8?q?=E8=88=8D=E4=BA=94=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm/worktask_form.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/wpm/worktask_form.vue b/src/views/wpm/worktask_form.vue index 31812327..42c4a904 100644 --- a/src/views/wpm/worktask_form.vue +++ b/src/views/wpm/worktask_form.vue @@ -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="请输入重量"