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"
|
:label="summary.totalPositionCurrentVacant"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="row col item">
|
<div class="row col">
|
||||||
<div class="row col-12">
|
<div class="row col-12">
|
||||||
<q-space />
|
<q-space />
|
||||||
<q-btn
|
<q-btn
|
||||||
|
v-if="checkPermission($route)?.attrIsGet"
|
||||||
:loading="isLoadPDF"
|
:loading="isLoadPDF"
|
||||||
:disable="!detailReport"
|
:disable="!detailReport"
|
||||||
flat
|
flat
|
||||||
round
|
round
|
||||||
color="primary"
|
color="primary"
|
||||||
icon="download"
|
icon="download"
|
||||||
v-if="checkPermission($route)?.attrIsGet"
|
|
||||||
>
|
>
|
||||||
|
<q-tooltip>
|
||||||
|
ดาวน์โหลดรายงาน
|
||||||
|
</q-tooltip>
|
||||||
|
|
||||||
<q-menu>
|
<q-menu>
|
||||||
<q-list style="min-width: 150px">
|
<q-list style="min-width: 150px">
|
||||||
<q-item
|
<q-item
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue