fix: refs #8647 some swarning
This commit is contained in:
parent
bc3334529b
commit
cf397a38ce
src/pages/Ticket/Card
|
@ -58,7 +58,10 @@ function ticketFilter(ticket) {
|
|||
<template #value>
|
||||
<span class="link">
|
||||
{{ entity.clientFk }}
|
||||
<CustomerDescriptorProxy :id="entity.client?.id" />
|
||||
<CustomerDescriptorProxy
|
||||
v-if="entity.client?.id"
|
||||
:id="entity.client.id"
|
||||
/>
|
||||
</span>
|
||||
</template>
|
||||
</VnLv>
|
||||
|
|
Loading…
Reference in New Issue