fix: refs #7939 add orderBy property to columns configuration in EntryPreAccount.vue
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Jorge Penadés 2025-04-25 14:17:46 +02:00
parent 3ceabd5831
commit dd218361f0
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ const columns = computed(() => [
optionLabel: 'code',
options: companies.value,
},
orderBy: false,
},
{
name: 'warehouse',