diff --git a/src/components/TableComponents.vue b/src/components/TableComponents.vue
index bb845e4e..7b5dd368 100644
--- a/src/components/TableComponents.vue
+++ b/src/components/TableComponents.vue
@@ -16,6 +16,7 @@ const props = withDefaults(
hidePagination?: boolean;
imgColumn?: string;
+ customColumn?: string[];
}>(),
{
row: () => [],
@@ -26,6 +27,7 @@ const props = withDefaults(
hideHeader: false,
buttomDownload: false,
imgColumn: '',
+ customColumn: () => [],
},
);
@@ -45,8 +47,6 @@ defineEmits<{
:no-data-label="$t('general.noDataTable')"
:hide-pagination
>
-
-
+
+
+
+
-
+
+