0
0
Fork 0

Merge branch 'dev' into 6733-workerCreate

This commit is contained in:
Carlos Satorres 2024-01-23 09:21:17 +00:00
commit 91126710c7
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 }}