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) }} %