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"
class="col"
map-options
:for="'field-select-status'"
emit-value
:options="[
{ label: $t('all'), value: 'all' },

View file

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

View file

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