fix_customerConsumption_filter #1357
|
@ -78,43 +78,6 @@ const columns = computed(() => [
|
||||||
cardVisible: false,
|
cardVisible: false,
|
||||||
visible: 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',
|
name: 'description',
|
||||||
align: 'left',
|
align: 'left',
|
||||||
|
|
Loading…
Reference in New Issue