forked from verdnatura/salix-front
refactor: refs #7353 clients correction
This commit is contained in:
parent
7a34309ec6
commit
76fa89c8bd
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue