#7283 #7831 itemMigration #553

Merged
carlossa merged 77 commits from 7283-itemMigration into dev 2024-10-25 07:09:13 +00:00
1 changed files with 17 additions and 0 deletions
Showing only changes of commit 716d018121 - Show all commits

View File

@ -54,6 +54,7 @@ const columns = computed(() => [
return {
id: row?.id,
width: '50px',
zoomResolution: '1600x900',
};
},
},
@ -72,11 +73,19 @@ const columns = computed(() => [
label: t('item.list.grouping'),
name: 'grouping',
align: 'left',
columnFilter: {
component: 'number',
inWhere: true,
},
},
{
label: t('item.list.packing'),
name: 'packing',
align: 'left',
columnFilter: {
component: 'number',
inWhere: true,
},
},
{
label: t('globals.description'),
@ -91,11 +100,19 @@ const columns = computed(() => [
label: t('item.list.stems'),
name: 'stems',
align: 'left',
columnFilter: {
component: 'number',
inWhere: true,
},
},
{
label: t('item.list.size'),
name: 'size',
align: 'left',
columnFilter: {
component: 'number',
inWhere: true,
},
},
{
label: t('item.list.typeName'),