#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 7 additions and 5 deletions
Showing only changes of commit 68a2ac385f - Show all commits

View File

@ -50,9 +50,9 @@ const columns = computed(() => [
align: 'left',
columnField: {
component: VnImg,
attrs: (id) => {
attrs: ({ row }) => {
jsegarra marked this conversation as resolved Outdated

rounded? O se quiere cuadrada?

rounded? O se quiere cuadrada?
return {
id,
id: row.id,
width: '50px',
};
},
@ -102,9 +102,11 @@ const columns = computed(() => [
name: 'typeName',
align: 'left',
component: 'select',
attrs: {
url: 'ItemTypes',
fields: ['id', 'name'],
columnFilter: {
attrs: {
url: 'ItemTypes',
fields: ['name'],
},
},
columnField: {
component: null,