Commit ea51f172 authored by hujun's avatar hujun

转铺液态

parent 3cfbdd4f
......@@ -5,7 +5,17 @@
<td>[%= it[item]["shop_name"] %]</td>
<td>[%= it[item]["appellation"] %]</td>
<td>[%= it[item]["tel"] %]</td>
<td>[%= it[item]['manage_type'] %]</td>
<td>
[% if (it[item]['manage_type'] == 0) { %]
餐饮美食
[% } else if (it[item]['manage_type'] == 1){ %]
百货零售
[% } else if (it[item]['manage_type'] == 2){ %]
休闲娱乐
[% }else{ %]
其他
[% } %]
</td>
<td>[%= it[item]["province"] %]-[%= it[item]["city"] %]-[%= it[item]["district"] %]</td>
<td>[%= it[item]["address_detail"] %]</td>
<td>[%= it[item]["expected_rent"] %]</td>
......
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