Merge pull request 'refs #6655 remove clickStop' (!162) from 6655-clickNames into dev
gitea/salix-front/pipeline/head This commit looks good Details

Reviewed-on: #162
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
Carlos Satorres 2024-01-23 09:06:09 +00:00
commit 976c6aabda
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 }}