forked from verdnatura/salix-front
fix: #6336 ClaimListStates
This commit is contained in:
parent
00616939c6
commit
74f335b22e
|
@ -78,6 +78,9 @@ const columns = computed(() => [
|
||||||
{
|
{
|
||||||
align: 'left',
|
align: 'left',
|
||||||
label: t('claim.state'),
|
label: t('claim.state'),
|
||||||
|
format: ({ stateCode }) =>
|
||||||
|
claimFilterRef.value?.states.find(({code}) => code === stateCode)
|
||||||
|
?.description,
|
||||||
name: 'stateCode',
|
name: 'stateCode',
|
||||||
chip: {
|
chip: {
|
||||||
condition: () => true,
|
condition: () => true,
|
||||||
|
|
Loading…
Reference in New Issue