Commit 4465fd5b authored by hujun's avatar hujun

预约看铺增加商铺编号

parent e5654588
...@@ -55,7 +55,8 @@ ...@@ -55,7 +55,8 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="text-center">商铺名</th> <th class="text-center">商铺编号</th>
<th class="text-center">商铺名称</th>
<th class="text-center">称呼</th> <th class="text-center">称呼</th>
<th class="text-center">客户电话</th> <th class="text-center">客户电话</th>
<th class="text-center">期待看铺时间</th> <th class="text-center">期待看铺时间</th>
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
[% if(it) { %] [% if(it) { %]
[% for(var item in it){ %] [% for(var item in it){ %]
<tr> <tr>
<td>[%= it[item]['house_id'] %]</td>
<td>[%= it[item]['house_title'] %]</td> <td>[%= it[item]['house_title'] %]</td>
<td>[%= it[item]['appellation'] %]</td> <td>[%= it[item]['appellation'] %]</td>
<td>[%= it[item]["phone"] %]</td> <td>[%= it[item]["phone"] %]</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