|
|
@ -1,6 +1,6 @@
|
|
|
|
<div ui-view>
|
|
|
|
<div ui-view>
|
|
|
|
<section class="content-header">
|
|
|
|
<section class="content-header">
|
|
|
|
<h1>Risk Record</h1>
|
|
|
|
<h1>Risk Manager</h1>
|
|
|
|
<ol class="breadcrumb">
|
|
|
|
<ol class="breadcrumb">
|
|
|
|
<li><i class="fa fa-gift"></i> Risk</li>
|
|
|
|
<li><i class="fa fa-gift"></i> Risk</li>
|
|
|
|
<li class="fa fa-gift">Risk Manager</li>
|
|
|
|
<li class="fa fa-gift">Risk Manager</li>
|
|
|
@ -9,7 +9,7 @@
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
<section class="content">
|
|
|
|
<section class="content">
|
|
|
|
<div class="box box-default">
|
|
|
|
<div class="box box-default">
|
|
|
|
<div class="box-header">Records Reference</div>
|
|
|
|
<div class="box-header">Records Orders(Partner Code:{{client_moniker}})</div>
|
|
|
|
<div class="box-body table-responsive">
|
|
|
|
<div class="box-body table-responsive">
|
|
|
|
<table class="table table-hover">
|
|
|
|
<table class="table table-hover">
|
|
|
|
<thead>
|
|
|
|
<thead>
|
|
|
@ -27,8 +27,8 @@
|
|
|
|
<td>{{order.channel}}</td>
|
|
|
|
<td>{{order.channel}}</td>
|
|
|
|
<td>{{order.risk_types}}</td>
|
|
|
|
<td>{{order.risk_types}}</td>
|
|
|
|
<td>
|
|
|
|
<td>
|
|
|
|
<a class="text-primary" role="button" title="Detail" ui-sref=".detail({record_id:record.record_id})">
|
|
|
|
<a class="text-primary" role="button" title="Detail" ng-click="edit">
|
|
|
|
<i class="fa fa-search" ></i>
|
|
|
|
<i class="fas fa-edit"></i>
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|