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-separator />
|
||||||
<q-card-actions align="right">
|
<q-card-actions align="right">
|
||||||
<q-btn
|
<q-btn
|
||||||
label="ส่งออกเป็นไฟล์ TXT"
|
label="ดาวน์โหลด (.TXT)"
|
||||||
color="blue"
|
color="blue"
|
||||||
type="submit"
|
type="submit"
|
||||||
icon-right="send"
|
icon="download"
|
||||||
@click="onSend"
|
@click="onSend"
|
||||||
><q-tooltip>ส่งออกเป็นไฟล์ TXT</q-tooltip></q-btn
|
><q-tooltip>ดาวน์โหลด (.TXT)</q-tooltip></q-btn
|
||||||
>
|
>
|
||||||
</q-card-actions>
|
</q-card-actions>
|
||||||
</q-card>
|
</q-card>
|
||||||
|
|
|
||||||
|
|
@ -542,12 +542,13 @@ onMounted(async () => {
|
||||||
</q-btn-dropdown>
|
</q-btn-dropdown>
|
||||||
</div>
|
</div>
|
||||||
<q-btn
|
<q-btn
|
||||||
label="ส่งออกเป็นไฟล์ CSV"
|
dense
|
||||||
|
flat
|
||||||
color="green"
|
color="green"
|
||||||
type="submit"
|
type="submit"
|
||||||
icon-right="send"
|
icon-right="download"
|
||||||
@click="onSendCSV"
|
@click="onSendCSV"
|
||||||
><q-tooltip>ส่งออกเป็นไฟล์ CSV</q-tooltip></q-btn
|
><q-tooltip>ดาวน์โหลด (.CSV)</q-tooltip></q-btn
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue