fix
This commit is contained in:
parent
4120aee9f2
commit
5ad5857df4
2 changed files with 44 additions and 11 deletions
|
|
@ -255,7 +255,12 @@ onMounted(async () => {
|
|||
/></q-item-section>
|
||||
<q-item-section>ไฟล์ .docx</q-item-section>
|
||||
</q-item>
|
||||
<q-item clickable v-close-popup @click="downloadReport('xlsx')">
|
||||
<q-item
|
||||
clickable
|
||||
v-close-popup
|
||||
@click="downloadReport('xlsx')"
|
||||
v-if="typeReport !== 'report1'"
|
||||
>
|
||||
<q-item-section avatar
|
||||
><q-icon color="green" name="mdi-file-excel"
|
||||
/></q-item-section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue