<@trade.paymentHistoryList paymentId=paymentId operate=operate startCreateDate=startCreateDate endCreateDate=endCreateDate orderType=orderType pageIndex=pageNum pageSize=numPerPage>
<#list page.list as a>
<@t.page 'id'/> <@t.page 'payment.id'/> <@t.page 'operate'/> <@t.page 'create_date'/> <@t.page 'content'/>
${a.id!} ${a.paymentId!} ${a.operate!} ${a.createDate!} <@t.cut a.content!'' 60 '...'?no_esc+t.pageMessage('button.view_more')+''?no_esc/>
<#include "../include_page/page.html"/>