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 },
]
}
};