diff --git a/src/pages/Entry/Card/EntrySummary.vue b/src/pages/Entry/Card/EntrySummary.vue index 3861e0321..6a2b0602a 100644 --- a/src/pages/Entry/Card/EntrySummary.vue +++ b/src/pages/Entry/Card/EntrySummary.vue @@ -39,30 +39,47 @@ onMounted(async () => { const tableColumnComponents = { quantity: { component: () => 'span', + props: () => {}, }, stickers: { component: () => 'span', + props: () => {}, + event: () => {}, }, packagingFk: { component: () => 'span', + props: () => {}, + event: () => {}, }, weight: { component: () => 'span', + props: () => {}, + event: () => {}, }, packing: { component: () => 'span', + props: () => {}, + event: () => {}, }, grouping: { component: () => 'span', + props: () => {}, + event: () => {}, }, buyingValue: { component: () => 'span', + props: () => {}, + event: () => {}, }, amount: { component: () => 'span', + props: () => {}, + event: () => {}, }, pvp: { component: () => 'span', + props: () => {}, + event: () => {}, }, }; @@ -162,125 +179,115 @@ const fetchEntryBuys = async () => { {{ t('globals.summary.basicData') }} - -
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
{{ t('Travel data') }} - -
- - - -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
+
+ + + +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
@@ -297,7 +304,10 @@ const fetchEntryBuys = async () => {