fix: refs #8277 add 'fit' class to supplier select component in EntryControl
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2025-03-24 15:24:21 +01:00
parent 18abb3e331
commit 890667c8a6
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ const columns = computed(() => [
component: markRaw(VnSelectSupplier),
label: null,
name: 'supplierFk',
class: 'fit'
},
},
{