#6943 fix Customer #526

Merged
alexm merged 24 commits from 6943-fixCustomer into dev 2024-07-24 05:53:37 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ccf1603d02 - Show all commits
src/pages/Customer/Card

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',
},