Commit e1fb3081 authored by agping's avatar agping

样式优化

parent 8c05e0b4
<script src='/resource/lib/js/require.min.js' data-main='/resource/js/main?version=20190614888666' charset='utf-8'></script>
<script src='/resource/lib/js/require.min.js' data-main='/resource/js/main?version=20190614888222' charset='utf-8'></script>
......@@ -20,8 +20,9 @@
</td>
<td>[%= it[item]['user_id'] %]</td>
<td width="46%" class="text-left follow-up-home">
[% if(it[item]['label_name']) { %]
<td class="text-left follow-up-home">
<div style="width: 500px;">
[% if(it[item]['label_name']) { %]
[%= it[item]['label_name'] %]
[% } %]
[% if(it[item]['user_status'] == 0) { %]
......@@ -32,10 +33,11 @@
【无效】
[% } %]
[%= labelKeyWords(dealPunctuation(it[item]['content'])) %]
</div>
</td>
<td>[%= it[item]['admin'] %]</td>
<td width="16%">
<td>
[% if((it[item]['agent_id']*1 == 0) || (check_auth('index/useraction_search'))) { %]
<a class="btn1 caozuo genj_ure caozuo-add-color [%= getLoaclRemarkId(it[item]['id']) %]" href="#modal-record" data-toggle="modal" data-phone='[%= it[item]["user_phone"] %]' data-id='[%= it[item]["user_id"] %]' data-agentId='[%= it[item]["agent_id"] %]' data-name='[%= it[item]["user_name"] %]' data-baohu='[%= it[item]["is_outstrip_twenty_four_hours"] %]' data-remark='[%= it[item]["id"] %]' data-vip='[%= it[item]["vip"] %]'>详情/跟进</a><p style="display: none;">[%= JSON.stringify(delName(it[item])) %]</p>&nbsp;
......
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