chore: refs #7524 refactor order
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-10-21 12:36:16 +02:00
parent 2b2ccbc6a1
commit a4358ec0ed
1 changed files with 6 additions and 10 deletions

View File

@ -129,6 +129,12 @@ onMounted(async () => await getItemPackingTypes());
toggle-indeterminate
@update:model-value="searchFn()"
/>
<QCheckbox
:label="t('globals.params.myTeam')"
v-model="params.myTeam"
toggle-indeterminate
@update:model-value="searchFn()"
/>
</QItemSection>
</QItem>
<QItem>
@ -147,16 +153,6 @@ onMounted(async () => await getItemPackingTypes());
</VnSelect>
</QItemSection>
</QItem>
<QItem>
<QItemSection>
<QCheckbox
:label="t('globals.params.myTeam')"
v-model="params.myTeam"
toggle-indeterminate
@update:model-value="searchFn()"
/>
</QItemSection>
</QItem>
</template>
</VnFilterPanel>
</template>