Commit 076bc6c6 authored by agping's avatar agping

绑定记录修改

parent db13b6c4
...@@ -90,8 +90,8 @@ ...@@ -90,8 +90,8 @@
[% if(it&&it.length) { %] [% if(it&&it.length) { %]
[% for(var item in it){ %] [% for(var item in it){ %]
<tr class="text-center"> <tr class="text-center">
<td>[%= it[item]["model"] %]</td> <td>[%= it[item]["remark"] %]</td>
<td>[%= it[item]["model"] %]</td> <td>[%= it[item]["name"] %]</td>
<td>[%= it[item]["create_time"] %]</td> <td>[%= it[item]["create_time"] %]</td>
</tr> </tr>
[% } %] [% } %]
......
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