Ver código fonte

结算中心调整

hulh 8 anos atrás
pai
commit
d373c2c327

+ 2 - 2
src/main/webapp/resources/view/vendor/forstore/pay_center.html

@@ -681,7 +681,7 @@
                         <span>新增账户</span>
                     </div>
                 </div>
-                <table class="user-account-table">
+                <table class="user-account-table" ng-table="bankInfoTableParams">
                     <thead>
                     <tr>
                         <th width="130 ">开户银行</th>
@@ -701,7 +701,7 @@
                         <td ng-bind="account.status | bankStatusFilter">状态</td>
                         <td class="operate-area">
                             <span>重新使用</span>
-                            <span>删除</span>
+                            <span ng-click="deleteAccount(account)">删除</span>
                         </td>
                     </tr>
                 </table>