From b1186e5922f37d6f93c8bc90c57773cad214c318 Mon Sep 17 00:00:00 2001 From: zhanghao <774378400@qq.com> Date: Tue, 21 Jul 2026 10:05:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=E6=9C=BA=E6=A2=B0?= =?UTF-8?q?=E8=87=82=E6=9C=80=E5=A4=A7=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/flow/components/params/BasicNodeParams.vue | 2 +- .../cockpit/components/ManualTakeover/RoboticArm.vue | 4 ++-- .../inspection/cockpit/components/ManualTakeover/index.vue | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/flow/components/params/BasicNodeParams.vue b/src/views/flow/components/params/BasicNodeParams.vue index f41c34e..ee8eef7 100644 --- a/src/views/flow/components/params/BasicNodeParams.vue +++ b/src/views/flow/components/params/BasicNodeParams.vue @@ -11,7 +11,7 @@
- 获取位置 + 获取位置
diff --git a/src/views/inspection/cockpit/components/ManualTakeover/RoboticArm.vue b/src/views/inspection/cockpit/components/ManualTakeover/RoboticArm.vue index 5c81dc8..fe904c0 100644 --- a/src/views/inspection/cockpit/components/ManualTakeover/RoboticArm.vue +++ b/src/views/inspection/cockpit/components/ManualTakeover/RoboticArm.vue @@ -135,8 +135,8 @@
速度:
- -
{{( speed / 4 * 100).toFixed(0) }} %
+ +
{{( speed / 2 * 100).toFixed(0) }} %
diff --git a/src/views/inspection/cockpit/components/ManualTakeover/index.vue b/src/views/inspection/cockpit/components/ManualTakeover/index.vue index c0967d6..8727efb 100644 --- a/src/views/inspection/cockpit/components/ManualTakeover/index.vue +++ b/src/views/inspection/cockpit/components/ManualTakeover/index.vue @@ -82,8 +82,8 @@
速度:
- -
{{( jointSpeed / 9 * 100).toFixed(0) }} %
+ +
{{( jointSpeed / 3 * 100).toFixed(0) }} %