From 36a7618ef520896e6705296b306d1ff58ad5f2c5 Mon Sep 17 00:00:00 2001 From: carlossa Date: Thu, 29 Aug 2024 15:06:09 +0200 Subject: [PATCH] refs #7355 previews --- src/pages/Claim/ClaimList.vue | 5 +++-- src/pages/Customer/CustomerList.vue | 3 ++- src/pages/InvoiceOut/InvoiceOutList.vue | 3 ++- src/pages/Route/RouteList.vue | 3 ++- src/pages/Worker/WorkerList.vue | 3 ++- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/pages/Claim/ClaimList.vue b/src/pages/Claim/ClaimList.vue index b03dfb226fc..911e38138dd 100644 --- a/src/pages/Claim/ClaimList.vue +++ b/src/pages/Claim/ClaimList.vue @@ -79,7 +79,7 @@ const columns = computed(() => [ align: 'left', label: t('claim.state'), format: ({ stateCode }) => - claimFilterRef.value?.states.find(({code}) => code === stateCode) + claimFilterRef.value?.states.find(({ code }) => code === stateCode) ?.description, name: 'stateCode', chip: { @@ -100,7 +100,7 @@ const columns = computed(() => [ name: 'tableActions', actions: [ { - title: t('Client ticket list'), + title: t('View summary'), icon: 'preview', action: (row) => viewSummary(row.id, ClaimSummary), }, @@ -155,6 +155,7 @@ es: You can search by claim id or customer name: Puedes buscar por id de la reclamación o nombre del cliente params: stateCode: Estado + View summary: Ver resumen en: params: stateCode: State diff --git a/src/pages/Customer/CustomerList.vue b/src/pages/Customer/CustomerList.vue index 82ad559ad18..30181ebe4ee 100644 --- a/src/pages/Customer/CustomerList.vue +++ b/src/pages/Customer/CustomerList.vue @@ -357,7 +357,7 @@ const columns = computed(() => [ isPrimary: true, }, { - title: t('Client ticket list'), + title: t('View Summary'), icon: 'preview', action: (row) => viewSummary(row.id, CustomerSummary), }, @@ -432,6 +432,7 @@ function handleLocation(data, location) { es: Web user: Usuario Web + View Summary: Ver resumen