report org fix style & add tooltip
This commit is contained in:
parent
963839d98b
commit
dddb918c94
1 changed files with 6 additions and 2 deletions
|
|
@ -402,18 +402,22 @@ onMounted(async () => {
|
|||
:label="summary.totalPositionCurrentVacant"
|
||||
/>
|
||||
</div>
|
||||
<div class="row col item">
|
||||
<div class="row col">
|
||||
<div class="row col-12">
|
||||
<q-space />
|
||||
<q-btn
|
||||
v-if="checkPermission($route)?.attrIsGet"
|
||||
:loading="isLoadPDF"
|
||||
:disable="!detailReport"
|
||||
flat
|
||||
round
|
||||
color="primary"
|
||||
icon="download"
|
||||
v-if="checkPermission($route)?.attrIsGet"
|
||||
>
|
||||
<q-tooltip>
|
||||
ดาวน์โหลดรายงาน
|
||||
</q-tooltip>
|
||||
|
||||
<q-menu>
|
||||
<q-list style="min-width: 150px">
|
||||
<q-item
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue