0
0
Fork 0

refs #6655 remove clickStop

This commit is contained in:
Carlos Satorres 2024-01-22 14:24:01 +01:00
parent b3fc865c18
commit 676b178892
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ function viewSummary(id) {
v-for="row of rows"
>
<template #list-items>
<VnLv :label="t('claim.list.customer')" @click.stop>
<VnLv :label="t('claim.list.customer')">
<template #value>
<span class="link" @click.stop>
{{ row.clientName }}