Commit eba54f58 authored by agping's avatar agping

收款记录优化

parent 766bd00a
<script id="get_collection_tpl" type="text/template"> <script id="get_collection_tpl" type="text/template">
[% if(it) { %] [% if(it&&it.length!=0) { %]
[% for(var item in it){ %] [% for(var item in it){ %]
<tr class="text-center"> <tr class="text-center">
<td>[%= it[item]['create_time'] %]</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