Commit 274707e3 authored by agping's avatar agping

预约看铺 样式修改

parent 87d356d1
...@@ -6,7 +6,13 @@ ...@@ -6,7 +6,13 @@
<td>[%= it[item]['appellation'] %]</td> <td>[%= it[item]['appellation'] %]</td>
<td>[%= it[item]["phone"] %]</td> <td>[%= it[item]["phone"] %]</td>
<td>[%= it[item]["expect_time"] %]</td> <td>[%= it[item]["expect_time"] %]</td>
<td>[%= it[item]["other_require"] %]</td> <td>[% if(it[item]["other_require"] != null) { %]
[%= it[item]['other_require'] %]
[% } %]</td>
<!--<td>[%= it[item]["other_require"] %]</td>-->
<!--[% if(it[item]["dish_name"] != "") { %]
[%= it[item]['dish_name'] %]
[% } %]-->
<td>[%= it[item]["create_time"] %]</td> <td>[%= it[item]["create_time"] %]</td>
<td> <td>
<a class="btn1 btn-success " href="#modal-process" data-toggle="modal" data-id="[%= it[item]['id'] %]" onclick="alertFollow(this)">跟进</a> <a class="btn1 btn-success " href="#modal-process" data-toggle="modal" data-id="[%= it[item]['id'] %]" onclick="alertFollow(this)">跟进</a>
......
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