From ca0f24465bc0785bdb3671990958d3ba6db8c4e0 Mon Sep 17 00:00:00 2001 From: Mouriya Date: Mon, 27 May 2024 19:04:21 +0900 Subject: [PATCH] =?UTF-8?q?=E5=A4=96=E9=83=A8=E3=82=A2=E3=83=97=E3=83=AA?= =?UTF-8?q?=E3=82=BB=E3=83=AC=E3=82=AF=E3=82=BF=E3=82=B3=E3=83=B3=E3=83=9D?= =?UTF-8?q?=E3=83=BC=E3=83=8D=E3=83=B3=E3=83=88=E3=81=8C=E3=81=82=E3=82=8B?= =?UTF-8?q?=E5=A0=B4=E5=90=88=E3=80=81=E3=81=93=E3=81=AE=E3=82=B3=E3=83=B3?= =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=8D=E3=83=B3=E3=83=88=E3=81=AF=E3=82=A2?= =?UTF-8?q?=E3=83=97=E3=83=AA=E3=82=92=E9=81=B8=E6=8A=9E=E3=81=9B=E3=81=9A?= =?UTF-8?q?=E3=81=AB=E3=83=95=E3=82=A3=E3=83=BC=E3=83=AB=E3=83=89=E3=82=92?= =?UTF-8?q?=E9=81=B8=E6=8A=9E=E3=81=A7=E3=81=8D=E3=82=8B=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/right/DataMapping.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/right/DataMapping.vue b/frontend/src/components/right/DataMapping.vue index f2111d8..f7ef5fc 100644 --- a/frontend/src/components/right/DataMapping.vue +++ b/frontend/src/components/right/DataMapping.vue @@ -59,7 +59,11 @@ - + + + @@ -73,6 +77,7 @@ import { computed, defineComponent, reactive, ref, watchEffect } from 'vue'; import ConditionObject from '../ConditionEditor/ConditionObject.vue'; import ShowDialog from '../ShowDialog.vue'; import AppFieldSelectBox from '../AppFieldSelectBox.vue'; +import FieldSelect from '../FieldSelect.vue'; import IAppFields from './AppFieldSelect.vue'; type Props = { @@ -102,7 +107,8 @@ export default defineComponent({ components: { ShowDialog, ConditionObject, - AppFieldSelectBox + AppFieldSelectBox, + FieldSelect }, props: { context: { @@ -193,4 +199,4 @@ export default defineComponent({ }, }); - \ No newline at end of file +