7806_devToTest_2332 #578

Merged
alexm merged 138 commits from 7806_devToTest_2330 into test 2024-07-30 06:14:02 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ccf1603d02 - Show all commits

View File

@ -59,7 +59,7 @@ const columns = computed(() => [
},
{
align: 'left',
field: (value) => value.worker.user.name,
field: (value) => value?.worker?.user?.name,
label: t('Employee'),
name: 'employee',
},