|
|
|
@ -1,7 +1,6 @@
|
|
|
|
|
<section class="content-header">
|
|
|
|
|
<h1>
|
|
|
|
|
<span ng-if="partner.company_name" ng-bind="partner.company_name"></span>
|
|
|
|
|
<span ng-if="!partner.company_name">暂无</span>
|
|
|
|
|
<h1 ng-if="partner.company_name">
|
|
|
|
|
<span ng-bind="partner.company_name"></span>
|
|
|
|
|
</h1>
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
@ -241,7 +240,7 @@
|
|
|
|
|
<div class="tab-content margin-top">
|
|
|
|
|
<div class="box-header" style="text-align: right;">
|
|
|
|
|
<button type="button" class="btn btn-info" ng-click="addHandleLog()">Handle</button>
|
|
|
|
|
<button type="button" class="btn btn-info" ng-click="closeHandleLog()">Close Risk</button>
|
|
|
|
|
<button type="button" class="btn btn-info" ng-click="closeHandleLog()">Close Handle</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="box-body table-responsive">
|
|
|
|
|
<table class="table table-hover">
|
|
|
|
|