Commit 447594b8 authored by agping's avatar agping

业绩排行修改

parent 49567933
......@@ -430,7 +430,7 @@
<th class="text-center">名称</th>
<th class="text-center">租金均价</th>
<th class="text-center">面积</th>
<th class="text-left">业态</th>
<th class="text-center">业态</th>
<th class="text-center">最后跟进时间</th>
<th class="text-center">状态</th>
</tr>
......@@ -444,7 +444,7 @@
街铺
[% } %]
</td>
<td class="text-center">[%= it[item]['internal_title'] %]</td>
<td class="text-center">[%= hideStr(it[item]['internal_title']) %]</td>
<td class="text-center">
[% if (it[item]['rent_type'] == 1) { %]
[%= it[item]["rent_price"] / 100 %]
......@@ -461,7 +461,7 @@
[%= it[item]["shop_area_start"] %]
[% } %]
</td>
<td class="text-center">[%= it[item]['industry_type'] %]</td>
<td class="text-left">[%= it[item]['industry_type'] %]</td>
<td class="text-center">[%= it[item]['last_phone_follow_time'] %]</td>
<td>
[% if(it[item]["status"] == 0) { %]
......@@ -491,7 +491,7 @@
<th class="text-center">创建时间</th>
<th class="text-center">最后跟进时间</th>
<th class="text-center">客户状态</th>
<th class="text-left">业态</th>
<th class="text-center">业态</th>
<th class="text-center">面积</th>
<th class="text-center">产生类型</th>
......@@ -507,7 +507,7 @@
[% if(it[item]["user_status"] == 0) { %] 求租 [% }else if(it[item]["user_status"] == 1) { %] 已租 [% }else{ %] 无效 [% } %]
</td>
<td class="text-center">[%= it[item]['industry_type'] %]</td>
<td class="text-left">[%= it[item]['industry_type'] %]</td>
<td class="text-center">[%= it[item]['area_demand'] %]</td>
<td class="text-center">
[% if(it[item]["source"] == 10) { %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment