refactor: add id
This commit is contained in:
parent
b5866c91f5
commit
b538356751
3 changed files with 3 additions and 0 deletions
|
|
@ -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' },
|
||||
|
|
|
|||
|
|
@ -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' },
|
||||
|
|
|
|||
|
|
@ -2497,6 +2497,7 @@ watch(
|
|||
style="white-space: nowrap"
|
||||
>
|
||||
<q-select
|
||||
:for="'field-select-status'"
|
||||
lazy-rules="ondemand"
|
||||
v-model="currentStatus"
|
||||
outlined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue