diff --git a/src/components/VnTable/VnTable.vue b/src/components/VnTable/VnTable.vue
index 3e1923b4c..ffcaedd94 100644
--- a/src/components/VnTable/VnTable.vue
+++ b/src/components/VnTable/VnTable.vue
@@ -1045,7 +1045,7 @@ es:
.grid-three {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, max-content));
- max-width: 100%;
+ width: 100%;
grid-gap: 20px;
margin: 0 auto;
}
diff --git a/src/pages/Ticket/TicketFuture.vue b/src/pages/Ticket/TicketFuture.vue
index e8e2dd775..87e4ff3d6 100644
--- a/src/pages/Ticket/TicketFuture.vue
+++ b/src/pages/Ticket/TicketFuture.vue
@@ -1,23 +1,21 @@
- (itemPackingTypesOptions = data)"
- />
@@ -293,7 +233,7 @@ onMounted(async () => {
t(`futureTickets.moveTicketDialogSubtitle`, {
selectedTickets: selectedTickets.length,
}),
- moveTicketsFuture
+ moveTicketsFuture,
)
"
>
@@ -305,77 +245,29 @@ onMounted(async () => {
-
+
-
-
-
-
-
- {{ t('advanceTickets.origin') }}
-
-
- {{ t('advanceTickets.destination') }}
-
-
-
-
-
-
-
- {{ col.label }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ col.label }}
-
-
-
-
+
+
{
{{ t('futureTickets.rounding') }}
-
+
-
-
-
- {{ row.id }}
-
-
-
+
+
+ {{ row.id }}
+
+
-
-
-
- {{ toDateTimeFormat(row.shipped) }}
-
-
+
+
+ {{ toDateTimeFormat(row.shipped) }}
+
-
-
-
- {{ row.state }}
-
-
+
+
+ {{ row.state }}
+
+ {{ dashIfEmpty(row.state) }}
-
-
-
- {{ toCurrency(row.totalWithVat || 0) }}
-
-
+
+
+ {{ toCurrency(row.totalWithVat || 0) }}
+
-
-
-
- {{ row.futureId }}
-
-
-
+
+
+ {{ row.futureId }}
+
+
-
-
-
- {{ toDateTimeFormat(row.futureShipped) }}
-
-
+
+
+ {{ toDateTimeFormat(row.futureShipped) }}
+
-
-
-
- {{ row.futureState }}
-
-
+
+
+ {{ row.futureState }}
+
-
+
diff --git a/src/pages/Ticket/TicketFutureFilter.vue b/src/pages/Ticket/TicketFutureFilter.vue
index d28b0af71..64e060a39 100644
--- a/src/pages/Ticket/TicketFutureFilter.vue
+++ b/src/pages/Ticket/TicketFutureFilter.vue
@@ -12,7 +12,7 @@ import axios from 'axios';
import { onMounted } from 'vue';
const { t } = useI18n();
-const props = defineProps({
+defineProps({
dataKey: {
type: String,
required: true,
@@ -58,7 +58,7 @@ onMounted(async () => {
auto-load
/>