fix: agencies => hid filter status
This commit is contained in:
parent
b0b22a5f6f
commit
406e3b83c7
1 changed files with 4 additions and 4 deletions
|
|
@ -337,11 +337,11 @@ watch(
|
||||||
</q-input>
|
</q-input>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="row col-12 col-md-5 justify-end"
|
class="row col-12 col-md-4 justify-end"
|
||||||
:class="{ 'q-pt-xs': $q.screen.lt.md }"
|
:class="{ 'q-pt-xs': $q.screen.lt.md }"
|
||||||
style="white-space: nowrap"
|
style="white-space: nowrap"
|
||||||
>
|
>
|
||||||
<q-select
|
<!-- <q-select
|
||||||
v-model="statusFilter"
|
v-model="statusFilter"
|
||||||
outlined
|
outlined
|
||||||
dense
|
dense
|
||||||
|
|
@ -358,12 +358,12 @@ watch(
|
||||||
{ label: $t('general.active'), value: 'statusACTIVE' },
|
{ label: $t('general.active'), value: 'statusACTIVE' },
|
||||||
{ label: $t('general.inactive'), value: 'statusINACTIVE' },
|
{ label: $t('general.inactive'), value: 'statusINACTIVE' },
|
||||||
]"
|
]"
|
||||||
/>
|
/> -->
|
||||||
<q-select
|
<q-select
|
||||||
v-if="!pageState.gridView"
|
v-if="!pageState.gridView"
|
||||||
id="select-field"
|
id="select-field"
|
||||||
for="select-field"
|
for="select-field"
|
||||||
class="col q-ml-sm"
|
class="col"
|
||||||
:options="
|
:options="
|
||||||
fieldSelectedOption.map((v) => ({
|
fieldSelectedOption.map((v) => ({
|
||||||
...v,
|
...v,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue