7983-testToMaster_2438 #718

Merged
alexm merged 353 commits from 7983-testToMaster_2438 into master 2024-09-17 05:39:39 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 76fa89c8bd - Show all commits

View File

@ -131,13 +131,13 @@ const columns = computed(() => [
</VnRow>
</template>
<template #column-salesPersonFk="{ row }">
<QTd>
<QTd class="no-padding">
<span class="link" :title="row.salesPerson" v-text="row.salesPerson" />
<WorkerDescriptorProxy :id="row.salesPersonFk" dense />
</QTd>
</template>
<template #column-clientFk="{ row }">
<QTd>
<QTd class="no-padding">
<span class="link" :title="row.clientName" v-text="row.clientName" />
<CustomerDescriptorProxy :id="row.clientFk" />
</QTd>