Commit fee630c0 authored by xinyuandu's avatar xinyuandu

新增id列和对应的查询框

parent 5d4db81a
......@@ -97,6 +97,7 @@
</td>
</tr>
<tr>
<th class="text-center">ID</th>
<th class="text-center">修改时间</th>
<th class="text-center">修改内容</th>
<th class="text-center">修改人</th>
......
......@@ -2,6 +2,7 @@
[% if(it[0]) { %]
[% for(var item in it){ %]
<tr>
<td>[%= it[item]['id'] %]</td>
<td width="15%">[%= it[item]['create_time'] %]</td>
<td width="72%" class="text-left">[%= it[item]['step_content'] %]</td>
<td>[%= it[item]['name']+"-"+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