fix bth loading

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-12-12 09:25:44 +07:00
parent dea184e6ae
commit f43df4b3fd
4 changed files with 5 additions and 1 deletions

View file

@ -194,11 +194,12 @@ onMounted(() => {
<q-space /> <q-space />
<q-btn <q-btn
:loading="isLoadPDF"
flat flat
round round
color="primary" color="primary"
icon="download" icon="download"
:disable="!reportType" :disable="!reportType || !nodeId"
> >
</q-btn> </q-btn>
</div> </div>

View file

@ -192,6 +192,7 @@ onMounted(async () => {
<q-btn <q-btn
flat flat
round round
:loading="isLoadPDF"
:disable="!nodeId || !employeeClass || !roundId" :disable="!nodeId || !employeeClass || !roundId"
color="primary" color="primary"
icon="download" icon="download"

View file

@ -294,6 +294,7 @@ onMounted(() => {
<q-space /> <q-space />
<q-btn <q-btn
:disable="!isReport || !nodeId || !employeeClass" :disable="!isReport || !nodeId || !employeeClass"
:loading="isLoadPDF"
flat flat
round round
color="primary" color="primary"

View file

@ -297,6 +297,7 @@ onMounted(() => {
v-if="checkPermission($route)?.attrIsGet" v-if="checkPermission($route)?.attrIsGet"
flat flat
:disable="!isReport || !nodeId || !employeeClass" :disable="!isReport || !nodeId || !employeeClass"
:loading="isLoadPDF"
round round
color="primary" color="primary"
icon="download" icon="download"