refactor: add id

This commit is contained in:
Net 2024-07-30 16:18:37 +07:00
parent b5866c91f5
commit b538356751
3 changed files with 3 additions and 0 deletions

View file

@ -794,6 +794,7 @@ watch(currentHq, () => {
option-label="label" option-label="label"
class="col" class="col"
map-options map-options
:for="'field-select-status'"
emit-value emit-value
:options="[ :options="[
{ label: $t('all'), value: 'all' }, { label: $t('all'), value: 'all' },

View file

@ -811,6 +811,7 @@ watch(
:class="{ 'offset-md-5': modeView }" :class="{ 'offset-md-5': modeView }"
map-options map-options
emit-value emit-value
:for="'field-select-status'"
:hide-dropdown-icon="$q.screen.lt.sm" :hide-dropdown-icon="$q.screen.lt.sm"
:options="[ :options="[
{ label: $t('all'), value: 'all' }, { label: $t('all'), value: 'all' },

View file

@ -2497,6 +2497,7 @@ watch(
style="white-space: nowrap" style="white-space: nowrap"
> >
<q-select <q-select
:for="'field-select-status'"
lazy-rules="ondemand" lazy-rules="ondemand"
v-model="currentStatus" v-model="currentStatus"
outlined outlined