Commit e100d526 authored by agping's avatar agping

经纪人修改

parent fa4ccfee
<script id="agent_tpl" type="text/template">
[% if(it) { %]
[% for(var item in it){ %]
<tr data-groupname="[%= it[item]['groupname'] %]">
<tr data-groupname="[%= it[item]['groupname'] %]" class="text-center">
<td>[%= it[item]["create_time"] %]</td>
<td>[%= it[item]["id"] %]</td>
<td>
......@@ -13,8 +13,9 @@
<td>[%= it[item]["phone"] %]</td>
<td>[%= it[item]["groupname"] %]</td>
<!--增加评价次数 分数2.2-->
<td>[%= it[item]["groupname"] %]</td>
<td>[%= it[item]["groupname"] %]</td>
<td class="number-evaluation text-center" data-id='[%= it[item]["id"] %]'>--</td>
<td class="score-evaluation text-center" data-id='[%= it[item]["id"] %]'>--</td>
<!--<td><span class="fa fa-check text-success"></span></td>-->
<td>
<a class="btn1 btn-success edit" href="#modal-edit" data-toggle="modal" data-id='[%= it[item]["id"] %]'>编辑</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