Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m4s

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-11-27 15:40:01 +07:00
commit 800d8d6cae

View file

@ -957,12 +957,13 @@ onMounted(() => {
unelevated
color="public"
type="submit"
:disable="
:disable="!typeReport || !org"
/>
<!-- :disable="
typeReport &&
(typeReport == 2 || typeReport == 3 || typeReport == 4) &&
org
"
/>
" -->
</q-card-actions>
</q-card>
</div>