master
yuan 6 years ago
parent bf70ee21e5
commit 0be969f168

@ -1,7 +1,6 @@
<section class="content-header"> <section class="content-header">
<h1> <h1 ng-if="partner.company_name">
<span ng-if="partner.company_name" ng-bind="partner.company_name"></span> <span ng-bind="partner.company_name"></span>
<span ng-if="!partner.company_name">暂无</span>
</h1> </h1>
</section> </section>
@ -241,7 +240,7 @@
<div class="tab-content margin-top"> <div class="tab-content margin-top">
<div class="box-header" style="text-align: right;"> <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="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>
<div class="box-body table-responsive"> <div class="box-body table-responsive">
<table class="table table-hover"> <table class="table table-hover">

Loading…
Cancel
Save