diff --git a/src/components/Test.vue b/src/components/Test.vue index 4882daf..671b639 100644 --- a/src/components/Test.vue +++ b/src/components/Test.vue @@ -2,7 +2,7 @@

加液蠕动泵

-

000 RPM

+

{{ Math.abs(testStore.chargingPump) }} RPM

喷液蠕动泵

-

000 RPM

+

{{ testStore.sprinklerPump }} RPM

空压机

-

000 A

+

{{ testStore?.airCompressorObj?.currentVal }} A

风机

-

000 RPM

+

{{ testStore?.airBlowerObj?.currentVal }} RPM

+
+

加热片

+

{{ testStore?.heatingStripObj?.currentVal }} ℃

+
+
+ 打开 +
+
+ 关闭 +
+
+

水浸

有水

@@ -105,18 +123,31 @@