#6943 - FIX Customer module #628

Merged
jsegarra merged 49 commits from 6943_fix_customerSummaryTable into dev 2024-09-12 05:28:19 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit db97e8322e - Show all commits

View File

@ -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) {
<VnTable
ref="tableRef"
data-key="Customer"
url="Clients/extendedListFilter"
url="Clients/filter"
:create="{
urlCreate: 'Clients/createWithUser',
title: 'Create client',