Commit 4934afb5 authored by hujun's avatar hujun

通话汇总文字修改

parent 671dff42
......@@ -34,7 +34,7 @@
<tr>
<th class="text-center">姓名</th>
<th class="text-center">手机号</th>
<th class="text-center">通话时长</th>
<th class="text-center">通话时长(分钟)</th>
<th class="text-center">花费</th>
</tr>
</thead>
......
......@@ -4,7 +4,7 @@
<tr class="text-center">
<td>[%= it[item]['name'] %]</td>
<td>[%= it[item]['phone'] %]</td>
<td>[%= it[item]['time'] %]</td>
<td>[%= Math.round(it[item]['time']/60) %]</td>
<td>[%= it[item]['money'] %] </td>
</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