fix
All checks were successful
Build & Deploy on Dev / build (push) Successful in 3m12s

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-06-25 18:01:45 +07:00
parent a9bef5bc42
commit 44e60d457f

View file

@ -571,8 +571,20 @@ watch(
</q-btn>
</div>
<div>
<q-btn icon="mdi-download" round color="green-6" flat>
<q-tooltip>ดาวนโหลดไฟล</q-tooltip>
<q-btn
icon="mdi-download"
round
color="green-6"
flat
:disable="attrs.rows.length === 0"
>
<q-tooltip>
{{
attrs.rows.length !== 0
? "ดาวน์โหลดไฟล์"
: "ไม่มีข้อมูลผู้สอบคัดเลือก"
}}</q-tooltip
>
<q-menu>
<q-list style="min-width: 100px">
<!-- <q-item clickable v-close-popup @click="downloadFileDashboard">