fix(leave-report) diable btn search
This commit is contained in:
parent
d6a6883f95
commit
094f227bf8
1 changed files with 4 additions and 3 deletions
|
|
@ -957,12 +957,13 @@ onMounted(() => {
|
||||||
unelevated
|
unelevated
|
||||||
color="public"
|
color="public"
|
||||||
type="submit"
|
type="submit"
|
||||||
:disable="
|
:disable="!typeReport || !org"
|
||||||
|
/>
|
||||||
|
<!-- :disable="
|
||||||
typeReport &&
|
typeReport &&
|
||||||
(typeReport == 2 || typeReport == 3 || typeReport == 4) &&
|
(typeReport == 2 || typeReport == 3 || typeReport == 4) &&
|
||||||
org
|
org
|
||||||
"
|
" -->
|
||||||
/>
|
|
||||||
</q-card-actions>
|
</q-card-actions>
|
||||||
</q-card>
|
</q-card>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue