diff --git a/src/pages/Customer/Card/CustomerConsumption.vue b/src/pages/Customer/Card/CustomerConsumption.vue index cf80e42ebc..f3f8843162 100644 --- a/src/pages/Customer/Card/CustomerConsumption.vue +++ b/src/pages/Customer/Card/CustomerConsumption.vue @@ -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',