Commit 4a542ca0 authored by agping's avatar agping

后台优化

parent 909befa7
......@@ -12,7 +12,7 @@
<!--<td>[%= it[item]["level"] %]</td>-->
<td class="text-center">
[% if(it[item]["level"] == 10) { %]
经纪人
业务员
[% } %]
[% if(it[item]["level"] == 20) { %]
店长
......
......@@ -5,7 +5,7 @@
<!--对接接口-->
<td>[%= it[item]['order_id'] %]</td>
<td>[%= it[item]['user_name'] %]</td>
<td>[%= it[item]['user_phone'] %]</td>
<td>[%= hideTel(it[item]['user_phone']) %]</td>
<td>[%= it[item]['create_time'] %]</td>
<td>[%= it[item]['report_agent_name'] %]</td>
<td>[%= it[item]['house_title'] %]</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