From 3d4aca52f8950d869c0e97cae2e5241ba608c2c2 Mon Sep 17 00:00:00 2001 From: jorgep Date: Fri, 11 Aug 2023 08:17:29 +0200 Subject: [PATCH] refs 5987 center card descriptor item-list --- src/components/ui/CardDescriptor.vue | 4 +- src/pages/Ticket/TicketList.vue | 99 ---------------------------- 2 files changed, 1 insertion(+), 102 deletions(-) diff --git a/src/components/ui/CardDescriptor.vue b/src/components/ui/CardDescriptor.vue index b3ce39332..0b383d923 100644 --- a/src/components/ui/CardDescriptor.vue +++ b/src/components/ui/CardDescriptor.vue @@ -113,12 +113,10 @@ watch($props, async () => {
{{ $props.title }} - {{ $props.title }} {{ entity.name }} - {{ entity.name }}
@@ -198,7 +196,7 @@ watch($props, async () => { .list-box { width: 90%; background-color: $descriptor-items-box; - margin: 20px 10px 0 10px; + margin: 10px auto; padding: 10px 5px 10px 0px; border-radius: 8px; .q-item__label { diff --git a/src/pages/Ticket/TicketList.vue b/src/pages/Ticket/TicketList.vue index 614c0f46e..25c31ac64 100644 --- a/src/pages/Ticket/TicketList.vue +++ b/src/pages/Ticket/TicketList.vue @@ -127,105 +127,6 @@ function viewSummary(id) { - - - -
{{ row.name }}
- #{{ row.id }} - - - - - {{ t('ticket.list.nickname') }} - - - {{ row.nickname }} - - - - - {{ t('ticket.list.state') }} - - - - {{ row.state }} - - - - - - - - {{ t('ticket.list.shipped') }} - - - {{ toDate(row.shipped) }} - - - - - {{ t('Zone') }} - - - {{ row.zoneName }} - - - - - - - {{ t('ticket.list.salesPerson') }} - - - {{ row.salesPerson }} - - - - - {{ t('ticket.list.total') }} - - - {{ toCurrency(row.totalWithVat) }} - - - - -
- - - - - {{ t('components.smartCard.openCard') }} - - - - - {{ t('components.smartCard.openSummary') }} - - - -
-