Commit 202e61f6 authored by agping's avatar agping

商铺跟进修改

parent 5eadd69f
......@@ -7,7 +7,12 @@
<td>[%= it[item]['follow_up_info'] %]</td>
<td>[%= it[item]['name'] %]</td>
<td>[%= it[item]['house_id'] %]</td>
<td>[%= it[item]['store_name'] %]</td>
<td>
[% if(it[item]["store_name"] != null) { %]
[%= it[item]['store_name'] %]
[% } %]
</td>
<!--<td>
<a class="btn1 btn-info" href="#modal-time" data-toggle="modal" data-id='[%= it[item]["report_id"] %]'>查看商铺</a>
<a class="btn1 btn-info" href="#modal-time" data-toggle="modal" data-id='[%= it[item]["report_id"] %]'>商铺跟进</a>
......@@ -21,6 +26,10 @@
</tr>
[% } %]
</script>
<!--<td>[% if(it[item]["label_name"] != null) { %]
[%= it[item]["label_name"] %]
[% } %]
</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