forked from verdnatura/salix-front
fix: refs #6943 prevent undefined
This commit is contained in:
parent
3585f651b8
commit
ccf1603d02
|
@ -59,7 +59,7 @@ const columns = computed(() => [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
align: 'left',
|
align: 'left',
|
||||||
field: (value) => value.worker.user.name,
|
field: (value) => value?.worker?.user?.name,
|
||||||
label: t('Employee'),
|
label: t('Employee'),
|
||||||
name: 'employee',
|
name: 'employee',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue