Commit 9d90b201 authored by agping's avatar agping

达到上限

parent ff414656
......@@ -28,6 +28,10 @@
[% if(it[item]["is_outstrip_twenty_four_hours"] == 0) { %]
<span class="btn1 btn-warning btn-xs">保护期内</span>
[% } %]
[% if(it[item]["is_outpace_call_num"] == 1) { %]
<span class="btn1 btn-warning btn-xs">达到上限</span>
[% } %]
</td>
<td>[%= hideTel(it[item]['user_phone']) %]</td>
......
......@@ -14,6 +14,9 @@
[% if(it[item]["is_outstrip_twenty_four_hours"] == 0) { %]
<span class="btn1 btn-warning btn-xs">保护期内</span>
[% } %]
[% if(it[item]["is_outpace_call_num"] == 1) { %]
<span class="btn1 btn-warning btn-xs">达到上限</span>
[% } %]
</td>
<td>[%= hideTel(it[item]["user_phone"]) %]</td>
<td>[%= it[item]["create_time"] %]</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