refs #6153 test - master #86

Merged
jgallego merged 98 commits from test into master 2023-08-29 07:48:24 +00:00
1 changed files with 1 additions and 3 deletions
Showing only changes of commit 30fe237ed3 - Show all commits

View File

@ -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">