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>
|
</VnRow>
|
||||||
</template>
|
</template>
|
||||||
<template #column-salesPersonFk="{ row }">
|
<template #column-salesPersonFk="{ row }">
|
||||||
<QTd>
|
<QTd class="no-padding">
|
||||||
<span class="link" :title="row.salesPerson" v-text="row.salesPerson" />
|
<span class="link" :title="row.salesPerson" v-text="row.salesPerson" />
|
||||||
<WorkerDescriptorProxy :id="row.salesPersonFk" dense />
|
<WorkerDescriptorProxy :id="row.salesPersonFk" dense />
|
||||||
</QTd>
|
</QTd>
|
||||||
</template>
|
</template>
|
||||||
<template #column-clientFk="{ row }">
|
<template #column-clientFk="{ row }">
|
||||||
<QTd>
|
<QTd class="no-padding">
|
||||||
<span class="link" :title="row.clientName" v-text="row.clientName" />
|
<span class="link" :title="row.clientName" v-text="row.clientName" />
|
||||||
<CustomerDescriptorProxy :id="row.clientFk" />
|
<CustomerDescriptorProxy :id="row.clientFk" />
|
||||||
</QTd>
|
</QTd>
|
||||||
|
|
Loading…
Reference in New Issue