fix: agencies => hid filter status

This commit is contained in:
puriphatt 2024-11-08 17:28:49 +07:00
parent b0b22a5f6f
commit 406e3b83c7

View file

@ -337,11 +337,11 @@ watch(
</q-input>
<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 }"
style="white-space: nowrap"
>
<q-select
<!-- <q-select
v-model="statusFilter"
outlined
dense
@ -358,12 +358,12 @@ watch(
{ label: $t('general.active'), value: 'statusACTIVE' },
{ label: $t('general.inactive'), value: 'statusINACTIVE' },
]"
/>
/> -->
<q-select
v-if="!pageState.gridView"
id="select-field"
for="select-field"
class="col q-ml-sm"
class="col"
:options="
fieldSelectedOption.map((v) => ({
...v,