0
0
Fork 0
This commit is contained in:
Alex Moreno 2023-08-10 14:18:13 +02:00
parent fb7d1fc38e
commit 930c9cdef1
3 changed files with 3 additions and 5 deletions

View File

@ -455,7 +455,7 @@ export default {
},
cmr: {
list: {
total: 'Total {0} records',
total: 'Total {length} records',
cmrFk: 'Cmr id',
hasCmrDms: `Attached in gestdoc`,
true: 'Yes',

View File

@ -455,7 +455,7 @@ export default {
},
cmr: {
list: {
total: 'Total {0} registros',
total: 'Total {length} registros',
cmrFk: 'Id cmr',
hasCmrDms: 'Adjuntado en gestdoc',
true: 'Sí',

View File

@ -80,9 +80,7 @@ function getProjectUrl() {
auto-load
>
<template #top>
<div v-if="rows.length">
{{ t('route.cmr.list.total', [rows.length]) }}
</div>
{{ t('route.cmr.list.total', { length: rows.length }) }}
</template>
<template #body-cell-cmrFk="{ value }">
<QTd align="right" class="text-primary">