diff --git a/src/pages/Ticket/Negative/TicketLackTable.vue b/src/pages/Ticket/Negative/TicketLackTable.vue
index 1e01c22c6..5cd956f0e 100644
--- a/src/pages/Ticket/Negative/TicketLackTable.vue
+++ b/src/pages/Ticket/Negative/TicketLackTable.vue
@@ -10,6 +10,7 @@ import { useRoute } from 'vue-router';
import VnTable from 'src/components/VnTable/VnTable.vue';
import TicketDescriptorProxy from '../Card/TicketDescriptorProxy.vue';
import VnInputNumber from 'src/components/common/VnInputNumber.vue';
+import VnSelect from 'src/components/common/VnSelect.vue';
const $props = defineProps({
filter: {
@@ -87,15 +88,6 @@ const rowColor = (row) => {
// return 'white';
// };
const columns = computed(() => [
- {
- label: '',
- name: 'totalProblems',
- align: 'left',
- columnFilter: false,
- attrs: {
- dense: true,
- },
- },
// {
// align: 'left',
// label: t('negative.detail.isBasket'),
@@ -264,22 +256,55 @@ function onTicketLackFetched(data) {
:right-search="false"
v-model:selected="selectedRows"
>
-
- {{}}
-
-
-
- {{ t('negative.detail.isBasket') }}
-
-
-
- {{ t('negative.detail.hasToIgnore') }}
-
-
-
- {{ t('negative.detail.hasSubstitution') }}
-
+
+
+
+
+
+ {{ t('negative.detail.isBasket') }}
+
+
+
+ {{ t('negative.detail.hasToIgnore') }}
+
+
+
+ {{
+ t('negative.detail.hasSubstitution')
+ }}
+ {{ t('negative.detail.isRookie') }}
+
+
+ {{ t('negative.detail.peticionCompra') }}
+
+
+ {{ t('negative.detail.turno') }}
+
+
+
+
+ {{ row.ticketFk }}
+
+
+
+
+ {{ row.zoneName }}
+
+
-
-
-
- {{ t('negative.detail.isRookie') }}
-
-
- {{ t('negative.detail.peticionCompra') }}
-
-
- {{ t('negative.detail.turno') }}
-
-
-
-
- {{ row.ticketFk }}
-
-
-
- {{ row.zoneName }}
-
-