<@_logOperateList content=content operate=operate userId=admin.id startCreateDate=startCreateDate endCreateDate=endCreateDate orderField=orderField orderType=orderType pageIndex=pageNum count=numPerPage>
<#list page.list as a>
操作 操作日期 内容
<@t.m 'operate.'+a.operate/> ${a.createDate!} <@t.cut a.content 80 '...查看更多'?no_esc/>
<#include "../include_page/page.html"/>