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
|
||||
color="public"
|
||||
type="submit"
|
||||
:disable="
|
||||
:disable="!typeReport || !org"
|
||||
/>
|
||||
<!-- :disable="
|
||||
typeReport &&
|
||||
(typeReport == 2 || typeReport == 3 || typeReport == 4) &&
|
||||
org
|
||||
"
|
||||
/>
|
||||
" -->
|
||||
</q-card-actions>
|
||||
</q-card>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue