|
|
@ -53,7 +53,7 @@
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<tbody>
|
|
|
|
<tr ng-repeat="log in settleLogs">
|
|
|
|
<tr ng-repeat="log in settleLogs | orderBy:'-settlementDate':desc">
|
|
|
|
<td ng-bind="log.startString"></td>
|
|
|
|
<td ng-bind="log.startString"></td>
|
|
|
|
<td ng-bind="log.endString"></td>
|
|
|
|
<td ng-bind="log.endString"></td>
|
|
|
|
<td ng-bind="log.settlementDateString"></td>
|
|
|
|
<td ng-bind="log.settlementDateString"></td>
|
|
|
|