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') }}
- +