This commit is contained in:
parent
0287c43b64
commit
30fe237ed3
|
@ -58,8 +58,6 @@ const columns = computed(() => [
|
|||
function getProjectUrl() {
|
||||
return new URL(window.location).origin;
|
||||
}
|
||||
|
||||
const my = ref((x) => x);
|
||||
</script>
|
||||
<template>
|
||||
<div class="column items-center">
|
||||
|
@ -82,7 +80,7 @@ const my = ref((x) => x);
|
|||
auto-load
|
||||
>
|
||||
<template #top>
|
||||
{{ t('route.cmr.list.total', [my(rows.length)]) }}
|
||||
{{ `${t('route.cmr.list.total')} ${rows.length}` }}
|
||||
</template>
|
||||
<template #body-cell-cmrFk="{ value }">
|
||||
<QTd align="right" class="text-primary">
|
||||
|
|
Loading…
Reference in New Issue