style: customerList
gitea/salix-front/pipeline/pr-test This commit looks good Details

This commit is contained in:
Javier Segarra 2025-01-27 14:31:54 +01:00
parent b266c44d34
commit ba3f6a79e6
1 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@ const columns = computed(() => [
url: 'Clients', url: 'Clients',
fields: ['socialName'], fields: ['socialName'],
optionLabel: 'socialName', optionLabel: 'socialName',
optionValue: 'socialName', uppercase: false, optionValue: 'socialName',
uppercase: false,
}, },
}, },
attrs: { attrs: {