Export Movements to CSV File
fix Visibility for a Circuit
This commit is contained in:
@@ -413,9 +413,18 @@
|
||||
</q-tr>
|
||||
</template>
|
||||
|
||||
<template v-slot:top-right v-if="tablesList || arrfilters">
|
||||
<template v-slot:top-right v-if="tablesList || arrfilters || enableExport">
|
||||
<span style="display: none">{{ actual = null }}</span>
|
||||
|
||||
<q-btn
|
||||
v-if="enableExport"
|
||||
color="primary"
|
||||
icon-right="archive"
|
||||
:label="t('export.csv')"
|
||||
no-caps
|
||||
@click="exportTable"
|
||||
/>
|
||||
|
||||
<q-select
|
||||
v-if="tablesList"
|
||||
v-model="tablesel"
|
||||
|
||||
Reference in New Issue
Block a user