updated
This commit is contained in:
parent
b30cc6d657
commit
528c256814
2 changed files with 7 additions and 6 deletions
|
|
@ -29,12 +29,12 @@ defineProps<{
|
|||
<q-separator />
|
||||
<q-card-actions align="right">
|
||||
<q-btn
|
||||
label="ส่งออกเป็นไฟล์ TXT"
|
||||
label="ดาวน์โหลด (.TXT)"
|
||||
color="blue"
|
||||
type="submit"
|
||||
icon-right="send"
|
||||
icon="download"
|
||||
@click="onSend"
|
||||
><q-tooltip>ส่งออกเป็นไฟล์ TXT</q-tooltip></q-btn
|
||||
><q-tooltip>ดาวน์โหลด (.TXT)</q-tooltip></q-btn
|
||||
>
|
||||
</q-card-actions>
|
||||
</q-card>
|
||||
|
|
|
|||
|
|
@ -542,12 +542,13 @@ onMounted(async () => {
|
|||
</q-btn-dropdown>
|
||||
</div>
|
||||
<q-btn
|
||||
label="ส่งออกเป็นไฟล์ CSV"
|
||||
dense
|
||||
flat
|
||||
color="green"
|
||||
type="submit"
|
||||
icon-right="send"
|
||||
icon-right="download"
|
||||
@click="onSendCSV"
|
||||
><q-tooltip>ส่งออกเป็นไฟล์ CSV</q-tooltip></q-btn
|
||||
><q-tooltip>ดาวน์โหลด (.CSV)</q-tooltip></q-btn
|
||||
>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue