From 12565e971d60e8fa13d25dadc063b5b8c59d0512 Mon Sep 17 00:00:00 2001 From: dmy Date: Mon, 2 Mar 2026 22:01:04 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=AE=80=E5=8C=96=E5=9C=B0?= =?UTF-8?q?=E9=9D=A2=E5=80=BE=E8=A7=92=E8=BE=93=E5=85=A5=E4=B8=BA=E5=8D=95?= =?UTF-8?q?=E4=B8=AA=E8=BE=93=E5=85=A5=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webui/src/components/ParameterForm.vue | 30 ++++++-------------------- 1 file changed, 6 insertions(+), 24 deletions(-) diff --git a/webui/src/components/ParameterForm.vue b/webui/src/components/ParameterForm.vue index d46c2b0..e5f53ed 100644 --- a/webui/src/components/ParameterForm.vue +++ b/webui/src/components/ParameterForm.vue @@ -152,24 +152,16 @@
-
- 地面倾角 (°) - 向下为正 -
-
+
-
-
- -
-
- + label="地面倾角 (°) - 向下为正" + > + 地面倾斜角度,向下为正值 +
@@ -384,16 +376,6 @@ const removeGcX = () => { } } -const addGroundAngel = () => { - params.parameter.ground_angels.push(0) -} - -const removeGroundAngel = () => { - if (params.parameter.ground_angels.length > 1) { - params.parameter.ground_angels.pop() - } -} - // 计算函数 const calculate = async () => { calculating.value = true