|
|
@@ -23,7 +23,7 @@
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr ng-repeat="erp in $data">
|
|
|
- <td class="text-center" ng-bind="::erp.time | date:'HH:mm:ss'"></td>
|
|
|
+ <td class="text-center" ng-bind="::erp.time | date:'MM-dd HH:mm:ss'"></td>
|
|
|
<td class="text-center" ng-bind="::erp.ip"></td>
|
|
|
<td class="text-center" ng-bind="::erp.user.userName"></td>
|
|
|
<td class="text-center" ng-bind="::erp.title"></td>
|
|
|
@@ -56,7 +56,7 @@
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr ng-repeat="usage in $data">
|
|
|
- <td class="text-center" ng-bind="::usage.time | date:'HH:mm:ss'"></td>
|
|
|
+ <td class="text-center" ng-bind="::usage.time | date:'MM-dd HH:mm:ss'"></td>
|
|
|
<td class="text-center" ng-bind="::usage.ip"></td>
|
|
|
<td class="text-center" ng-bind="::usage.user.userName"></td>
|
|
|
<td class="text-center" ng-bind="::usage.title"></td>
|