fix: hide dropdown icon when sceen xs
This commit is contained in:
parent
035d3b0dcf
commit
c910fbf7e7
5 changed files with 19 additions and 2 deletions
|
|
@ -1686,6 +1686,7 @@ watch([inputSearch, currentStatus], async () => {
|
|||
class="col"
|
||||
map-options
|
||||
emit-value
|
||||
:hide-dropdown-icon="$q.screen.lt.sm"
|
||||
:options="[
|
||||
{ label: $t('all'), value: 'All' },
|
||||
{ label: $t('statusACTIVE'), value: 'ACTIVE' },
|
||||
|
|
@ -1703,6 +1704,7 @@ watch([inputSearch, currentStatus], async () => {
|
|||
: fieldDisplayEmployee
|
||||
"
|
||||
:display-value="$t('displayField')"
|
||||
:hide-dropdown-icon="$q.screen.lt.sm"
|
||||
v-model="fieldSelected"
|
||||
option-label="label"
|
||||
option-value="value"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue