diff --git a/front/core/components/table/style.scss b/front/core/components/table/style.scss
index 7d90d4db6..c02e6df23 100644
--- a/front/core/components/table/style.scss
+++ b/front/core/components/table/style.scss
@@ -81,6 +81,9 @@ vn-table {
width: 1px;
text-align: center;
}
+ &[shrink-date] {
+ width: 100px;
+ }
&[expand] {
max-width: 400px;
min-width: 0;
diff --git a/modules/claim/front/index/index.html b/modules/claim/front/index/index.html
index 1688cf7c0..ef13d47cb 100644
--- a/modules/claim/front/index/index.html
+++ b/modules/claim/front/index/index.html
@@ -29,7 +29,7 @@
{{::claim.name}}
- {{::claim.created | date:'dd/MM/yyyy'}}
+ {{::claim.created | date:'dd/MM/yyyy'}}
{{::invoiceOut.ref | dashIfEmpty}}
- {{::invoiceOut.issued | date:'dd/MM/yyyy' | dashIfEmpty}}
+ {{::invoiceOut.issued | date:'dd/MM/yyyy' | dashIfEmpty}}
{{::invoiceOut.amount | currency: 'EUR': 2 | dashIfEmpty}}
{{::invoiceOut.created | date:'dd/MM/yyyy' | dashIfEmpty}}
{{::invoiceOut.companyCode | dashIfEmpty}}
- {{::invoiceOut.dued | date:'dd/MM/yyyy' | dashIfEmpty}}
+ {{::invoiceOut.dued | date:'dd/MM/yyyy' | dashIfEmpty}}
- {{::order.created | date: 'dd/MM/yyyy HH:mm'}}
-
+ {{::order.created | date: 'dd/MM/yyyy HH:mm'}}
+
{{::order.landed | date:'dd/MM/yyyy'}}
diff --git a/modules/route/front/index/index.html b/modules/route/front/index/index.html
index 7bbadefe4..517a29156 100644
--- a/modules/route/front/index/index.html
+++ b/modules/route/front/index/index.html
@@ -44,7 +44,7 @@
{{::route.agencyName | dashIfEmpty}}
{{::route.vehiclePlateNumber | dashIfEmpty}}
- {{::route.created | dashIfEmpty | date:'dd/MM/yyyy'}}
+ {{::route.created | dashIfEmpty | date:'dd/MM/yyyy'}}
{{::route.m3 | dashIfEmpty}}
{{::route.description | dashIfEmpty}}
diff --git a/modules/ticket/front/index/index.html b/modules/ticket/front/index/index.html
index 4243ef1ab..8ba5911f7 100644
--- a/modules/ticket/front/index/index.html
+++ b/modules/ticket/front/index/index.html
@@ -80,12 +80,12 @@
{{::ticket.userName | dashIfEmpty}}
-
+
{{::ticket.shipped | date: 'dd/MM/yyyy'}}
- {{::ticket.shipped | date: 'HH:mm'}}
+ {{::ticket.shipped | date: 'HH:mm'}}
{{::ticket.zoneLanding | date: 'HH:mm'}}
{{::travel.ref}}
{{::travel.agencyModeName}}
{{::travel.warehouseOutName}}
-
+
{{::travel.shipped | date:'dd/MM/yyyy'}}
{{::travel.warehouseInName}}
-
+
{{::travel.landed | date:'dd/MM/yyyy'}}