forked from verdnatura/salix-front
Reviewed-on: verdnatura/salix-front#162 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
976c6aabda
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue