diff --git a/frontend/src/components/right/DataMapping.vue b/frontend/src/components/right/DataMapping.vue
index dcb57bc..f25a112 100644
--- a/frontend/src/components/right/DataMapping.vue
+++ b/frontend/src/components/right/DataMapping.vue
@@ -20,41 +20,48 @@
-
+
-
-
-
-
-
-
+
+
+
+
-
-
-
+
+
-
+
- {{ `${item.to.app?.name} : ${item.to.fields[0].label}` }}
+ {{ `${item.to.fields[0].label}` }}
+
+ アプリ : {{ item.to.app.name }}
+ フィールドのコード : {{ item.to.fields[0].code }}
+ フィールドのタイプ : {{ item.to.fields[0].type }}
+
+
-
+
-
+
+
@@ -73,12 +81,13 @@