This commit is contained in:
parent
0287c43b64
commit
30fe237ed3
|
@ -58,8 +58,6 @@ const columns = computed(() => [
|
||||||
function getProjectUrl() {
|
function getProjectUrl() {
|
||||||
return new URL(window.location).origin;
|
return new URL(window.location).origin;
|
||||||
}
|
}
|
||||||
|
|
||||||
const my = ref((x) => x);
|
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<div class="column items-center">
|
<div class="column items-center">
|
||||||
|
@ -82,7 +80,7 @@ const my = ref((x) => x);
|
||||||
auto-load
|
auto-load
|
||||||
>
|
>
|
||||||
<template #top>
|
<template #top>
|
||||||
{{ t('route.cmr.list.total', [my(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