From cf4209333d418981fc41c9de2fb804c4bbc26163 Mon Sep 17 00:00:00 2001 From: Mouriya Date: Fri, 17 May 2024 23:32:14 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=87=E3=83=BC=E3=82=BF=E5=87=A6=E7=90=86?= =?UTF-8?q?=E6=9B=B8=E3=81=8D=E8=BE=BC=E3=81=BF=E5=AE=8C=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ConditionEditor/ConditionObject.vue | 6 +- .../ConditionEditor/NodeCondition.vue | 6 +- frontend/src/components/VariableList.vue | 56 ++++-- .../src/components/right/DataProcessing.vue | 185 +++++++++++++----- frontend/src/types/ActionTypes.ts | 17 +- 5 files changed, 197 insertions(+), 73 deletions(-) diff --git a/frontend/src/components/ConditionEditor/ConditionObject.vue b/frontend/src/components/ConditionEditor/ConditionObject.vue index aa22dfa..01b40c4 100644 --- a/frontend/src/components/ConditionEditor/ConditionObject.vue +++ b/frontend/src/components/ConditionEditor/ConditionObject.vue @@ -6,7 +6,7 @@ {{ selectedObject.name }} - {{ selectedObject.name }} + {{ selectedObject.name.name }}