forked from verdnatura/salix-front
refs #6655 remove clickStop
This commit is contained in:
parent
b3fc865c18
commit
676b178892
|
@ -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