refactor: changed 'expand'
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2022-04-28 07:53:06 +02:00
parent c58272fefc
commit 6d4f803cbe
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
{{::order.name | dashIfEmpty}} {{::order.name | dashIfEmpty}}
</span> </span>
</vn-td> </vn-td>
<vn-td expand> <vn-td>
<span <span
vn-click-stop="clientDescriptor.show($event, order.clientFk)" vn-click-stop="clientDescriptor.show($event, order.clientFk)"
class="link"> class="link">
@ -46,7 +46,7 @@
disabled="true"> disabled="true">
</vn-check> </vn-check>
</vn-td> </vn-td>
<vn-td center>{{::order.created | date: 'dd/MM/yyyy HH:mm'}}</vn-td> <vn-td center expand>{{::order.created | date: 'dd/MM/yyyy HH:mm'}}</vn-td>
<vn-td shrink-date> <vn-td shrink-date>
<span class="chip {{$ctrl.compareDate(order.landed)}}"> <span class="chip {{$ctrl.compareDate(order.landed)}}">
{{::order.landed | date:'dd/MM/yyyy'}} {{::order.landed | date:'dd/MM/yyyy'}}