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) {