diff --git a/frontend/app/components/ComponentItem.vue b/frontend/app/components/ComponentItem.vue index 16cfc0f..9ecd413 100644 --- a/frontend/app/components/ComponentItem.vue +++ b/frontend/app/components/ComponentItem.vue @@ -69,9 +69,25 @@ {{ component.prix }}€ + +
+ + {{ field.name }} + {{ field.value }} + +
+
{{ displayProductName }} - -
diff --git a/frontend/app/components/PieceItem.vue b/frontend/app/components/PieceItem.vue index 38b865b..fae9cdd 100644 --- a/frontend/app/components/PieceItem.vue +++ b/frontend/app/components/PieceItem.vue @@ -71,9 +71,25 @@ {{ pieceData.prix }}€ + +
+ + {{ field.name }} + {{ field.value }} + +
+
@@ -90,17 +106,6 @@ {{ displayProductName }} - -