style: remove comments
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2025-02-07 23:02:45 +01:00
parent 9dc22b39e2
commit 55719fbce7
1 changed files with 0 additions and 37 deletions

View File

@ -78,43 +78,6 @@ const columns = computed(() => [
cardVisible: false,
visible: false,
},
// {
// align: 'left',
// name: 'typeId',
// label: t('globals.pageTitles.itemType'),
// component: 'select',
// attrs: ({ model }) => {
// return {
// url: 'ItemTypes',
// optionLabel: 'name',
// optionValue: (row) => row.category?.name,
// optionCaption: (row) => row.category?.name,
// template: ``,
// htmlContent: ``,
// include: 'category',
// fields: ['id', 'name', 'categoryFk'],
// sortBy: ['name ASC'],
// 'phone-number': model,
// };
// },
// attrs: {
// },
// cardVisible: false,
// visible: false,
// },
// {
// align: 'left',
// name: 'categoryId',
// label: t('item.list.category'),
// component: 'select',
// attrs: {
// url: 'ItemCategories',
// fields: ['id', 'name'],
// sortBy: ['name ASC'],
// },
// cardVisible: false,
// visible: false,
// },
{
name: 'description',
align: 'left',