master
wangning 7 years ago
parent b71cfdaa5c
commit f4ee21ae6a

@ -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>

Loading…
Cancel
Save