wangning 7 years ago
parent c82400165e
commit 97220886c5

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

Loading…
Cancel
Save