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(inputSearchProductAndService, 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' },
|
||||
|
|
@ -1706,6 +1707,7 @@ watch(inputSearchProductAndService, async () => {
|
|||
value: x,
|
||||
}))
|
||||
"
|
||||
:hide-dropdown-icon="$q.screen.lt.sm"
|
||||
:display-value="$t('displayField')"
|
||||
v-model="tbControl.groupAndType.fieldSelected"
|
||||
class="col q-mx-sm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue