Commit 95dd6a8d authored by agping's avatar agping

端口

parent f4221c86
......@@ -835,6 +835,8 @@
<th class="text-center">浏览时间</th>
<th class="text-center">浏览的商铺ID</th>
<th class="text-center">浏览的商铺名称</th>
<th class="text-center">浏览的端口</th>
</tr>
</thead>
<tbody id='watchShopLog'>
......
......@@ -1036,13 +1036,13 @@
</div>
</td>
<td colspan="2">
<div class="form-group">
<!--<div class="form-group">
<span class="fore-span ld-Marheight">邀请人(介绍人):</span>
<div class="col-sm-9">
<input type="text" class="form-control btn6-1 ld-Marheight" name="pwd" autocomplete="off" id="introduce_edit_user">
<ul class="user-ul-edit-introduce"></ul>
</div>
</div>
</div>-->
</td>
</tr>
<tr>
......
......@@ -21,6 +21,10 @@
<td>[%= it[item]["address_detail"] %]</td>
<td>[%= it[item]["expected_rent"] %]</td>
<td>[%= it[item]["create_time"] %]</td>
<td>
<a class="review-images" href="#modal-report-img" data-toggle="modal" data-img='[%= it[item]["img_file_path"] %]'>查看</a>
</td>
<td>
<a class="btn1 btn-success " href="#modal-process" data-toggle="modal" data-id="[%= it[item]['id'] %]" onclick="alertFollow(this)">跟进</a>
[% if (it[item]["status"] == 0){ %]
......
......@@ -115,6 +115,8 @@
<td>[%= it[item]["remark"] %]</td>
<td>[%= it[item]["name"] %]</td>
<td>[%= it[item]["create_time"] %]</td>
<td>[%= it[item]["type"] %]</td>
</tr>
[% } %]
[% }else{ %]
......
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