From b9e731f4270857d462b98346de3f83e0aaece3bc Mon Sep 17 00:00:00 2001 From: yinq Date: Sat, 13 Jan 2024 09:27:22 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E4=BF=AE=E6=94=B9=E5=8F=91?= =?UTF-8?q?=E6=B3=A1=E5=B7=AE=E5=BC=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/board/foaming/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/board/foaming/index.vue b/src/views/board/foaming/index.vue index de07b61..b76fbab 100644 --- a/src/views/board/foaming/index.vue +++ b/src/views/board/foaming/index.vue @@ -12,7 +12,7 @@
{{ - (['0', '0', '0', '0']).concat((Math.abs(practicalNum - planNum)).toString().split('')).slice(-4).join('') + (['0', '0', '0', '0']).concat(differenceNum.toString().split('')).slice(-4).join('') }}
{ this.planNum = e[0].X_VALUE this.practicalNum = e[0].Y_VALUE_ONE + this.differenceNum = e[0].Y_VALUE_TWO } }, {