From 91a137b07248651bb491626154986f790b34d739 Mon Sep 17 00:00:00 2001 From: carlossa Date: Fri, 1 Mar 2024 08:53:53 +0100 Subject: [PATCH] warmFix row --- src/pages/Entry/Card/EntrySummary.vue | 238 ++++++++++++++------------ 1 file changed, 124 insertions(+), 114 deletions(-) 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 () => {