refs #6655 remove clickStop #162

Merged
carlossa merged 1 commits from 6655-clickNames into dev 2024-01-23 09:06:11 +00:00
1 changed files with 1 additions and 1 deletions

View File

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