fix: show in table client id instead of client's name
gitea/salix-front/pipeline/pr-master This commit looks good
Details
gitea/salix-front/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
e6e43ccfc4
commit
1d573b5dee
|
@ -233,10 +233,10 @@ const ticketColumns = ref([
|
||||||
</span>
|
</span>
|
||||||
</QTd>
|
</QTd>
|
||||||
</template>
|
</template>
|
||||||
<template #body-cell-client="{ value, row }">
|
<template #body-cell-client="{ row }">
|
||||||
<QTd auto-width>
|
<QTd>
|
||||||
<span class="link">
|
<span class="link">
|
||||||
{{ value }}
|
{{ row.clientFk }}
|
||||||
<CustomerDescriptorProxy :id="row?.clientFk" />
|
<CustomerDescriptorProxy :id="row?.clientFk" />
|
||||||
</span>
|
</span>
|
||||||
</QTd>
|
</QTd>
|
||||||
|
|
Loading…
Reference in New Issue