|
|
|
@ -15,17 +15,17 @@
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Client Moniker</th>
|
|
|
|
|
<th>Create Time</th>
|
|
|
|
|
<th>Expiy Time</th>
|
|
|
|
|
<th>Expiry Time</th>
|
|
|
|
|
<th>Risk Types</th>
|
|
|
|
|
<th>Risk Counts</th>
|
|
|
|
|
<th>Operation</th>
|
|
|
|
|
<th>Operation</th>r
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr ng-repeat="record in records">
|
|
|
|
|
<td>{{record.client_moniker}}</td>
|
|
|
|
|
<td>{{record.create_time}}</td>
|
|
|
|
|
<td>{{record.expiry_date}}</td>
|
|
|
|
|
<td>{{record.expiry_time}}</td>
|
|
|
|
|
<td>{{record.risk_types}}</td>
|
|
|
|
|
<td>{{record.risk_counts}}</td>
|
|
|
|
|
<td>
|
|
|
|
|