0
0
Fork 0

fix: refs #6630 large click event

This commit is contained in:
Jorge Penadés 2024-01-11 12:02:33 +01:00
parent 1bc2abdab2
commit 88b68ef399
1 changed files with 6 additions and 4 deletions

View File

@ -98,10 +98,12 @@ function viewSummary(id) {
</VnLv> </VnLv>
<VnLv :label="t('claim.list.assignedTo')" @click.stop> <VnLv :label="t('claim.list.assignedTo')" @click.stop>
<template #value> <template #value>
<VnUserLink <span>
:name="row.workerName" <VnUserLink
:worker-id="row.workerFk" :name="row.workerName"
/> :worker-id="row.workerFk"
/>
</span>
</template> </template>
</VnLv> </VnLv>
<VnLv <VnLv