Merge pull request 'refs #6655 remove clickStop' (!162) from 6655-clickNames into dev
gitea/salix-front/pipeline/head This commit looks good
Details
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:
commit
976c6aabda
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in New Issue