พัฒนาบุคลากร => ปรับ btn download
This commit is contained in:
parent
c54fe3d5da
commit
9239049629
2 changed files with 14 additions and 2 deletions
|
|
@ -148,7 +148,12 @@ onMounted(() => {
|
||||||
</q-btn>
|
</q-btn>
|
||||||
<q-space />
|
<q-space />
|
||||||
<div class="row q-gutter-sm">
|
<div class="row q-gutter-sm">
|
||||||
<q-btn flat round color="primary" icon="mdi-download-outline">
|
<q-btn
|
||||||
|
flat
|
||||||
|
round
|
||||||
|
color="blue"
|
||||||
|
icon="mdi-arrow-down-bold-circle-outline"
|
||||||
|
>
|
||||||
<q-menu>
|
<q-menu>
|
||||||
<q-list style="min-width: 100px" dense>
|
<q-list style="min-width: 100px" dense>
|
||||||
<q-item clickable v-close-popup v-for="items in itemDownload">
|
<q-item clickable v-close-popup v-for="items in itemDownload">
|
||||||
|
|
@ -161,6 +166,7 @@ onMounted(() => {
|
||||||
</q-item>
|
</q-item>
|
||||||
</q-list>
|
</q-list>
|
||||||
</q-menu>
|
</q-menu>
|
||||||
|
<q-tooltip>ดาวน์โหลด</q-tooltip>
|
||||||
</q-btn>
|
</q-btn>
|
||||||
|
|
||||||
<q-input
|
<q-input
|
||||||
|
|
|
||||||
|
|
@ -214,7 +214,12 @@ onMounted(() => {
|
||||||
|
|
||||||
<q-space />
|
<q-space />
|
||||||
<div class="row q-gutter-sm">
|
<div class="row q-gutter-sm">
|
||||||
<q-btn flat round color="primary" icon="mdi-download-outline">
|
<q-btn
|
||||||
|
flat
|
||||||
|
round
|
||||||
|
color="blue"
|
||||||
|
icon="mdi-arrow-down-bold-circle-outline"
|
||||||
|
>
|
||||||
<q-menu>
|
<q-menu>
|
||||||
<q-list style="min-width: 100px" dense>
|
<q-list style="min-width: 100px" dense>
|
||||||
<q-item clickable v-close-popup v-for="items in itemDownload">
|
<q-item clickable v-close-popup v-for="items in itemDownload">
|
||||||
|
|
@ -227,6 +232,7 @@ onMounted(() => {
|
||||||
</q-item>
|
</q-item>
|
||||||
</q-list>
|
</q-list>
|
||||||
</q-menu>
|
</q-menu>
|
||||||
|
<q-tooltip>ดาวน์โหลด</q-tooltip>
|
||||||
</q-btn>
|
</q-btn>
|
||||||
|
|
||||||
<q-input
|
<q-input
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue