diff --git a/front/core/components/smart-table/index.html b/front/core/components/smart-table/index.html index 9cfcf78496..8051502a7f 100644 --- a/front/core/components/smart-table/index.html +++ b/front/core/components/smart-table/index.html @@ -7,15 +7,12 @@ vn-tooltip="Shown columns">
-+ Problems + | ++ Identifier + | ++ Client + | ++ Salesperson + | ++ Date + | ++ Preparation + | ++ Theoretical + | ++ Practical + | ++ Province + | ++ State + | ++ Zone + | ++ Total + | ++ |
---|---|---|---|---|---|---|---|---|---|---|---|---|
+ |
+ + + {{::ticket.id}} + + | ++ + {{::ticket.nickname}} + + | ++ + {{::ticket.userName | dashIfEmpty}} + + | ++ + {{::ticket.shipped | date: 'dd/MM/yyyy'}} + + | +{{::ticket.shipped | date: 'HH:mm'}} | +{{::ticket.zoneLanding | date: 'HH:mm'}} | +{{::ticket.practicalHour | date: 'HH:mm'}} | +{{::ticket.province}} | ++ + {{::ticket.refFk}} + + + {{::ticket.state}} + + | ++ + {{::ticket.zoneName | dashIfEmpty}} + + | ++ + {{::(ticket.totalWithVat ? ticket.totalWithVat : 0) | currency: 'EUR': 2}} + + | +
+ |
+