|
|
@@ -596,6 +596,9 @@
|
|
|
background: #fff;
|
|
|
border:1px solid #89aefa;
|
|
|
}
|
|
|
+ .ng-table-pager .ng-table-pagination a {
|
|
|
+ color:#fff;
|
|
|
+ }
|
|
|
</style>
|
|
|
<!--右侧主体部分-->
|
|
|
<div class="user_right fr" id="pay_center">
|
|
|
@@ -729,38 +732,38 @@
|
|
|
<span>新增账户</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <table class="user-account-table" ng-table="bankInfoTableParams">
|
|
|
+ <table class="user-account-table" ng-table="bankInfoTableParams" style="margin-bottom:34px;">
|
|
|
<thead>
|
|
|
- <tr>
|
|
|
- <th width="130 ">开户银行</th>
|
|
|
- <th width="190">开户支行</th>
|
|
|
- <th width="230">银行账号</th>
|
|
|
- <th width="155">开户名称</th>
|
|
|
- <th width="65">状态</th>
|
|
|
- <th width="100">操作</th>
|
|
|
- </tr>
|
|
|
+ <tr>
|
|
|
+ <th width="130 ">开户银行</th>
|
|
|
+ <th width="190">开户支行</th>
|
|
|
+ <th width="230">银行账号</th>
|
|
|
+ <th width="155">开户名称</th>
|
|
|
+ <th width="65">状态</th>
|
|
|
+ <th width="100">操作</th>
|
|
|
+ </tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
- <tr ng-repeat="account in accounts">
|
|
|
- <td ng-bind="account.bankname">中国银行</td>
|
|
|
- <td ng-bind="account.branchname">南山支行</td>
|
|
|
- <td ng-bind="account.number | hideBankFilter">1256325*******************5621</td>
|
|
|
- <td ng-bind="account.accountname">优软*********有限公司</td>
|
|
|
- <td >
|
|
|
- <span ng-bind="account.status | bankStatusFilter"></span>
|
|
|
- <span class="wcz-title">
|
|
|
- <i class="fa fa-exclamation-circle"></i>
|
|
|
- <b>开户名称余上传的附件 名称不一致,请删除此 记录重新申请</b>
|
|
|
- </span>
|
|
|
-
|
|
|
- </td>
|
|
|
- <td class="operate-area">
|
|
|
- <span><a href="#">重新使用</a></span>
|
|
|
- <span ng-click="deleteAccount(account)"><a href="#">删除</a></span>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
+ <tr ng-repeat="account in accounts">
|
|
|
+ <td ng-bind="account.bankname">中国银行</td>
|
|
|
+ <td ng-bind="account.branchname">南山支行</td>
|
|
|
+ <td ng-bind="account.number | hideBankFilter">1256325*******************5621</td>
|
|
|
+ <td ng-bind="account.accountname">优软*********有限公司</td>
|
|
|
+ <td >
|
|
|
+ <span ng-bind="account.status | bankStatusFilter"></span>
|
|
|
+ <span class="wcz-title">
|
|
|
+ <i class="fa fa-exclamation-circle"></i>
|
|
|
+ <b>开户名称余上传的附件 名称不一致,请删除此 记录重新申请</b>
|
|
|
+ </span>
|
|
|
+ </td>
|
|
|
+ <td class="operate-area">
|
|
|
+ <span><a href="#">重新使用</a></span>
|
|
|
+ <span ng-click="deleteAccount(account)"><a href="#">删除</a></span>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
</table>
|
|
|
- <p style="text-align:right;margin-right:28px;margin-top:10px;">显示{{$$bankInfo.start}}-{{$$bankInfo.end}} 条,共 {{$$bankInfo.totalElements}}条</p>
|
|
|
+ <p style="text-align:right;margin-right:28px;margin-top:-25px;">显示{{$$bankInfo.start}}-{{$$bankInfo.end}} 条,共 {{$$bankInfo.totalElements}}条</p>
|
|
|
<div class="com-del-box" ng-if="false">
|
|
|
<div class="title">
|
|
|
<i></i>
|