From c869c1b8fd48757ad828cb712aa2bc068808f24b Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 17 Mar 2025 13:34:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=85=89=E5=AD=907=E8=BD=A6=E9=97=B4?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E7=B2=BE=E5=BA=A6=E7=94=B11=E5=8F=98?= =?UTF-8?q?=E6=9B=B4=E4=B8=BA0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm/worktask_form.vue | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/views/wpm/worktask_form.vue b/src/views/wpm/worktask_form.vue index 3301120c..f490ec03 100644 --- a/src/views/wpm/worktask_form.vue +++ b/src/views/wpm/worktask_form.vue @@ -442,7 +442,7 @@ v-model="form.count_real" controls-position="right" :min="0" - :step="1" + :step="0.1" :step-strictly="true" style="width: 100%" placeholder="生产量" @@ -457,7 +457,7 @@ v-model="form.count_ok" controls-position="right" :min="0" - :step="1" + :step="0.1" :step-strictly="true" style="width: 100%" placeholder="合格量" @@ -466,9 +466,8 @@ - + - + -->