fix(leave-report) diable btn search

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-11-27 15:39:30 +07:00
parent d6a6883f95
commit 094f227bf8

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>