master
wangning 7 years ago
parent b71cfdaa5c
commit f4ee21ae6a

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

Loading…
Cancel
Save