This commit is contained in:
parent
a9bef5bc42
commit
44e60d457f
1 changed files with 14 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue