Commit 8c74f3ba authored by hujun's avatar hujun

商铺跟进-商铺名称显示

parent 1db0c6fd
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
<td>[%= it[item]['name'] %]</td> <td>[%= it[item]['name'] %]</td>
<td>[%= it[item]['house_id'] %]</td> <td>[%= it[item]['house_id'] %]</td>
<td> <td>
[% if(it[item]["store_name"] != null) { %] [% if(it[item]["internal_title"] != null) { %]
[%= it[item]['store_name'] %] [%= it[item]['internal_title'] %]
[% } %] [% } %]
</td> </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