2548 item diary columns width
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Jimenez Ruiz 2020-11-11 16:58:56 +01:00
parent e3090fc276
commit 95a62f66ad
1 changed files with 4 additions and 4 deletions

View File

@ -30,10 +30,10 @@
<vn-thead> <vn-thead>
<vn-tr> <vn-tr>
<vn-th expand>Date</vn-th> <vn-th expand>Date</vn-th>
<vn-th number order="DESC">Id</vn-th> <vn-th number order="DESC" shrink>Id</vn-th>
<vn-th>State</vn-th> <vn-th>State</vn-th>
<vn-th>Reference</vn-th> <vn-th>Reference</vn-th>
<vn-th>Client</vn-th> <vn-th expand>Client</vn-th>
<vn-th number>In</vn-th> <vn-th number>In</vn-th>
<vn-th number>Out</vn-th> <vn-th number>Out</vn-th>
<vn-th number>Balance</vn-th> <vn-th number>Balance</vn-th>
@ -54,7 +54,7 @@
{{::sale.shipped | date:'dd/MM/yyyy' }} {{::sale.shipped | date:'dd/MM/yyyy' }}
</span> </span>
</vn-td> </vn-td>
<vn-td number> <vn-td number shrink>
<span class="link" <span class="link"
ng-click="$ctrl.showDescriptor($event, sale)" ng-click="$ctrl.showDescriptor($event, sale)"
name="origin"> name="origin">
@ -63,7 +63,7 @@
</vn-td> </vn-td>
<vn-td>{{::sale.stateName | dashIfEmpty}}</vn-td> <vn-td>{{::sale.stateName | dashIfEmpty}}</vn-td>
<vn-td>{{::sale.reference | dashIfEmpty}}</vn-td> <vn-td>{{::sale.reference | dashIfEmpty}}</vn-td>
<vn-td class="truncate"> <vn-td class="truncate" expand>
<span ng-if="::!sale.isTicket"> <span ng-if="::!sale.isTicket">
{{::sale.name | dashIfEmpty}} {{::sale.name | dashIfEmpty}}
</span> </span>