0
0
Fork 0

fix: #6336 ClaimListStates

This commit is contained in:
Javier Segarra 2024-08-19 06:51:52 +00:00
parent 00616939c6
commit 74f335b22e
1 changed files with 3 additions and 0 deletions

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,