|
|
|
@ -35,6 +35,7 @@
|
|
|
|
|
<th style="max-width: 20%">Company Name</th>
|
|
|
|
|
<th>Status</th>
|
|
|
|
|
<th>Create Time</th>
|
|
|
|
|
<th>Apply Source</th>
|
|
|
|
|
<th>Operation</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
@ -53,6 +54,10 @@
|
|
|
|
|
</if>
|
|
|
|
|
</td>
|
|
|
|
|
<td ng-bind="apply.create_time"></td>
|
|
|
|
|
<td>
|
|
|
|
|
<span ng-if="!apply.apply_source">pc</span>
|
|
|
|
|
<span ng-if="apply.apply_source" ng-bind="apply.apply_source"></span>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<a class="text-primary" role="button" title="Detail"
|
|
|
|
|
ui-sref="apply_detail({client_pre_apply_id:apply.client_pre_apply_id})">
|
|
|
|
|