This commit is contained in:
parent
04c463a717
commit
aaf776639d
1 changed files with 0 additions and 19 deletions
|
|
@ -312,25 +312,6 @@ watch(
|
||||||
</q-input>
|
</q-input>
|
||||||
|
|
||||||
<div class="row col-md-5 justify-end" style="white-space: nowrap">
|
<div class="row col-md-5 justify-end" style="white-space: nowrap">
|
||||||
<q-select
|
|
||||||
v-if="$q.screen.gt.sm"
|
|
||||||
v-model="statusFilter"
|
|
||||||
outlined
|
|
||||||
dense
|
|
||||||
option-value="value"
|
|
||||||
option-label="label"
|
|
||||||
class="col"
|
|
||||||
:class="{ 'offset-md-5': pageState.gridView }"
|
|
||||||
map-options
|
|
||||||
emit-value
|
|
||||||
:for="'field-select-status'"
|
|
||||||
:hide-dropdown-icon="$q.screen.lt.sm"
|
|
||||||
:options="[
|
|
||||||
{ label: $t('general.all'), value: 'all' },
|
|
||||||
{ label: $t('general.active'), value: 'statusACTIVE' },
|
|
||||||
{ label: $t('general.inactive'), value: 'statusINACTIVE' },
|
|
||||||
]"
|
|
||||||
/>
|
|
||||||
<q-select
|
<q-select
|
||||||
v-if="!pageState.gridView"
|
v-if="!pageState.gridView"
|
||||||
id="select-field"
|
id="select-field"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue