[RoyalPay]商户来源展示

master
liuxinxin 5 years ago
parent daa1635b2a
commit 0aa6146da6

@ -43,7 +43,7 @@
<th>Phone</th>
<th>Email</th>
<!-- <th>Approve Status</th>-->
<th style="max-width: 20%">Company Name</th>
<th style="max-width: 20%">Channel</th>
<th>Status</th>
<th>Handle Status</th>
<th>Create Time</th>
@ -56,7 +56,7 @@
<td ng-bind="apply.contact_person"></td>
<td ng-bind="apply.contact_phone"></td>
<td ng-bind="apply.contact_email"></td>
<td ng-bind="apply.company_name |cut:true:15:' ....'"></td>
<td ng-bind="apply.channel |cut:true:15:' ....'"></td>
<td>
<if ng-if="apply.agree">已申请 <span ng-if="apply.client_moniker">({{apply.client_moniker}})</span></if>
<if ng-if="!apply.agree">申请失败
@ -114,4 +114,4 @@
</div>
</div>
</div>
</div>
</div>

Loading…
Cancel
Save