From db97e8322e5a895c73e8b4e2d8221b86b27cd6f6 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Tue, 27 Aug 2024 07:00:40 +0200 Subject: [PATCH] feat: change url CustomerList --- src/pages/Customer/CustomerList.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/Customer/CustomerList.vue b/src/pages/Customer/CustomerList.vue index 82ad559ad..12580a06f 100644 --- a/src/pages/Customer/CustomerList.vue +++ b/src/pages/Customer/CustomerList.vue @@ -359,6 +359,7 @@ const columns = computed(() => [ { title: t('Client ticket list'), icon: 'preview', + isPrimary: true, action: (row) => viewSummary(row.id, CustomerSummary), }, ], @@ -395,7 +396,7 @@ function handleLocation(data, location) {