From 5fdb23d6d5aca6ae28a5ecec32653bbb18516cea Mon Sep 17 00:00:00 2001 From: Mouriya Date: Mon, 17 Jun 2024 15:20:32 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=95=E3=82=A3=E3=83=BC=E3=83=AB=E3=83=89?= =?UTF-8?q?=E3=81=AE=E7=94=9F=E3=81=AEjson=E3=82=92=E3=83=93=E3=83=A5?= =?UTF-8?q?=E3=83=BC=E3=81=AB=E7=9B=B4=E6=8E=A5=E8=A1=A8=E7=A4=BA=E3=81=99?= =?UTF-8?q?=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/right/DataMapping.vue b/frontend/src/components/right/DataMapping.vue index f25a112..3930255 100644 --- a/frontend/src/components/right/DataMapping.vue +++ b/frontend/src/components/right/DataMapping.vue @@ -53,7 +53,7 @@
アプリ : {{ item.to.app.name }}
フィールドのコード : {{ item.to.fields[0].code }}
フィールドのタイプ : {{ item.to.fields[0].type }}
- +
フィールド : {{ item.to.fields[0] }}
@@ -240,7 +240,7 @@ export default defineComponent({ config: { canInput: false, buttonsConfig: [ - { label: '変数', color: 'green', type: 'VariableAdd' }, + { label: '変数', color: 'green', type: 'VariableAdd',editable:false }, ] } };