feat: refs #8115 add VnSubToolbar for downloadPdf button
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit Details

This commit is contained in:
Pau Rovira 2025-04-25 13:08:46 +02:00
parent 1b80b2e1d5
commit 3edd9b09e2
1 changed files with 4 additions and 0 deletions

View File

@ -108,6 +108,8 @@ function downloadPdf() {
<ParkingFilter data-key="ParkingList" />
</template>
<template #body>
<VnSubToolbar>
<template #st-actions>
<QBtn
color="primary"
icon-right="cloud_download"
@ -117,6 +119,8 @@ function downloadPdf() {
>
<QTooltip>{{ t('globals.downloadPdf') }}</QTooltip>
</QBtn>
</template>
</VnSubToolbar>
<VnTable
ref="tableRef"
:data-key="dataKey"