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