#6243 generalize cmr section #349

Merged
jorgep merged 10 commits from 6243-generalizeCmrSection into dev 2024-06-11 07:36:39 +00:00
1 changed files with 2 additions and 3 deletions
Showing only changes of commit 7c1ce7f560 - Show all commits

View File

@ -91,8 +91,7 @@ function downloadPdfs() {
}
</script>
<template>
<template v-if="stateStore.isHeaderMounted()">
<template v-if="stateStore.isHeaderMounted()">
<Teleport to="#actions-append">
<div class="row q-gutter-x-sm">
<QBtn
@ -113,7 +112,7 @@ function downloadPdfs() {
<div class="list">
<VnPaginate
data-key="CmrList"
:url="`Routes/getExternalCmrs`"
:url="`Routes/cmrs`"
order="cmrFk DESC"
limit="null"
auto-load