feat: create pdf, xlsx report in anomali

This commit is contained in:
kur0nek-o
2024-04-04 14:09:47 +07:00
parent f2259e7f2c
commit c104c1183b
15 changed files with 2517 additions and 174 deletions

View File

@@ -17,7 +17,7 @@
@update:data-sub="dataSub = $event"
@update:loading-sub-data="loadingSubData = $event"
/>
<Anomali_LAPPGP_LPP :data="dataSub" />
<Anomali_LAPPGP_LPP :data="dataSub" :filters="filters" />
</template>
<script setup lang="ts">