From 4ac1338b851d2da9da0d9fd6c8a4b580a158edc4 Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Thu, 21 Dec 2023 16:39:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E9=87=8C=E6=A0=87=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../draw-app/dialogs/SetGaryLineDialog.vue | 1 - .../properties/AxleCountingProperty.vue | 49 +++++++------ .../draw-app/properties/SignalProperty.vue | 38 +++++----- .../draw-app/properties/StationProperty.vue | 41 ++++++----- .../draw-app/properties/TurnoutProperty.vue | 72 ++++++++++--------- src/graphics/train/Train.ts | 3 - 6 files changed, 108 insertions(+), 96 deletions(-) diff --git a/src/components/draw-app/dialogs/SetGaryLineDialog.vue b/src/components/draw-app/dialogs/SetGaryLineDialog.vue index cbb5005..e7436ea 100644 --- a/src/components/draw-app/dialogs/SetGaryLineDialog.vue +++ b/src/components/draw-app/dialogs/SetGaryLineDialog.vue @@ -50,7 +50,6 @@ const model = ref({ }); onMounted(() => { - console.log(props.garyPointIndexs, '==='); if (props.garyPointIndexs.length) { model.value = { min: props.garyPointIndexs[0], diff --git a/src/components/draw-app/properties/AxleCountingProperty.vue b/src/components/draw-app/properties/AxleCountingProperty.vue index af227f5..6fb494d 100644 --- a/src/components/draw-app/properties/AxleCountingProperty.vue +++ b/src/components/draw-app/properties/AxleCountingProperty.vue @@ -1,12 +1,6 @@