From 59f2f1a414445d78204dfa8e392a88a3a20e270e Mon Sep 17 00:00:00 2001 From: jorgep Date: Thu, 17 Aug 2023 13:38:21 +0200 Subject: [PATCH] ref 5987 cardLists actions click propagation fixed --- src/pages/Claim/ClaimList.vue | 6 +++--- src/pages/Customer/CustomerList.vue | 4 ++-- src/pages/InvoiceOut/Card/InvoiceOutSummary.vue | 2 +- src/pages/InvoiceOut/InvoiceOutList.vue | 4 ++-- src/pages/Ticket/Card/TicketDescriptor.vue | 6 +++--- src/pages/Ticket/TicketList.vue | 2 +- src/pages/Worker/WorkerList.vue | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/pages/Claim/ClaimList.vue b/src/pages/Claim/ClaimList.vue index ee9550472..79afc7e91 100644 --- a/src/pages/Claim/ClaimList.vue +++ b/src/pages/Claim/ClaimList.vue @@ -112,18 +112,18 @@ function viewSummary(id) { {{ t('components.smartCard.openCard') }} - + {{ t('components.smartCard.openSummary') }} - + {{ t('components.smartCard.viewDescription') }} diff --git a/src/pages/Customer/CustomerList.vue b/src/pages/Customer/CustomerList.vue index ff6cf7d04..219ef0be3 100644 --- a/src/pages/Customer/CustomerList.vue +++ b/src/pages/Customer/CustomerList.vue @@ -84,7 +84,7 @@ function viewSummary(id) { flat color="primary" icon="arrow_circle_right" - @click="navigate(row.id)" + @click.stop="navigate(row.id)" > {{ t('components.smartCard.openCard') }} @@ -94,7 +94,7 @@ function viewSummary(id) { flat color="grey-7" icon="preview" - @click="viewSummary(row.id)" + @click.stop="viewSummary(row.id)" > {{ t('components.smartCard.openSummary') }} diff --git a/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue b/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue index 75a1676aa..5a56a3957 100644 --- a/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue +++ b/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue @@ -143,7 +143,7 @@ const ticketsColumns = ref([
{{ t('invoiceOut.summary.tickets') }}
- +