|
|
|
@ -31,7 +31,6 @@
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Create Time</th>
|
|
|
|
|
<th>auditor</th>
|
|
|
|
|
<th>operation</th>
|
|
|
|
|
<th>remark</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
@ -39,7 +38,6 @@
|
|
|
|
|
<tr ng-repeat="record in details">
|
|
|
|
|
<td>{{record.create_time}}</td>
|
|
|
|
|
<td>{{record.auditor}}</td>
|
|
|
|
|
<td>{{record.operation}}</td>
|
|
|
|
|
<td>{{record.remark}}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|