|
@@ -24,7 +24,8 @@
|
|
|
</th>
|
|
|
<th class='text-left nowrap'>用户姓名</th>
|
|
|
<th class='text-left nowrap'>贷款姓名</th>
|
|
|
- <th class='text-left nowrap'>贷款金额</th>
|
|
|
+ <th class='text-left nowrap'>申请额度</th>
|
|
|
+ <th class='text-left nowrap'>实际额度</th>
|
|
|
<th class='text-left nowrap'>手机号</th>
|
|
|
<th class='text-left nowrap'>贷款类型</th>
|
|
|
<!--<th class='text-left nowrap'>是否大客户</th>-->
|
|
@@ -46,6 +47,7 @@
|
|
|
<td class='text-left nowrap'>{$vo.realname|raw=''}</td>
|
|
|
<td class='text-left nowrap'>{$vo.name|raw=''}</td>
|
|
|
<td class='text-left nowrap'>{$vo.quota|raw=''}</td>
|
|
|
+ <td class='text-left nowrap'>{$vo.actual_auota|raw=''}</td>
|
|
|
<td class='text-left nowrap'>{$vo.phone|raw=''}</td>
|
|
|
<td class='text-left nowrap'>{if $vo.type==1}无抵押{elseif $vo.type==2}有抵押{/if}</td>
|
|
|
<!--<td class='text-left nowrap'>{if $vo.is_big==1}是{elseif $vo.is_big==0}否{/if}</td>-->
|