This commit is contained in:
parent
6097fb2516
commit
e875dcb064
|
@ -455,7 +455,7 @@ export default {
|
||||||
},
|
},
|
||||||
cmr: {
|
cmr: {
|
||||||
list: {
|
list: {
|
||||||
total: 'Total {0} records',
|
total: 'Total records',
|
||||||
cmrFk: 'Cmr id',
|
cmrFk: 'Cmr id',
|
||||||
hasCmrDms: `Attached in gestdoc`,
|
hasCmrDms: `Attached in gestdoc`,
|
||||||
true: 'Yes',
|
true: 'Yes',
|
||||||
|
|
|
@ -455,7 +455,7 @@ export default {
|
||||||
},
|
},
|
||||||
cmr: {
|
cmr: {
|
||||||
list: {
|
list: {
|
||||||
total: 'Total {0} registros',
|
total: 'Total registros',
|
||||||
cmrFk: 'Id cmr',
|
cmrFk: 'Id cmr',
|
||||||
hasCmrDms: 'Adjuntado en gestdoc',
|
hasCmrDms: 'Adjuntado en gestdoc',
|
||||||
true: 'Sí',
|
true: 'Sí',
|
||||||
|
|
|
@ -80,7 +80,7 @@ function getProjectUrl() {
|
||||||
auto-load
|
auto-load
|
||||||
>
|
>
|
||||||
<template #top>
|
<template #top>
|
||||||
{{ t('route.cmr.list.total', [rows.length]) }}
|
{{ `${t('route.cmr.list.total')}: ${rows.length}` }}
|
||||||
</template>
|
</template>
|
||||||
<template #body-cell-cmrFk="{ value }">
|
<template #body-cell-cmrFk="{ value }">
|
||||||
<QTd align="right" class="text-primary">
|
<QTd align="right" class="text-primary">
|
||||||
|
|
Loading…
Reference in New Issue