#6336 - FIX ClaimList states #627

Merged
jsegarra merged 3 commits from 6336_claim_fix_states into dev 2024-08-20 09:42:42 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 74f335b22e - Show all commits

View File

@ -78,6 +78,9 @@ const columns = computed(() => [
{
align: 'left',
label: t('claim.state'),
format: ({ stateCode }) =>
claimFilterRef.value?.states.find(({code}) => code === stateCode)
?.description,
name: 'stateCode',
chip: {
condition: () => true,