This commit is contained in:
Warunee Tamkoo 2024-11-11 17:27:59 +07:00
parent b30cc6d657
commit 528c256814
2 changed files with 7 additions and 6 deletions

View file

@ -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>

View file

@ -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>