<#include "/common/defaultEngine.html"/> <@pageTheme mark="${config.optimize()?string('true', 'false')}"> <@header title="操作日志详细" bodyClass="white-bg" libs=["jsonview"]/>
<@f.form id="signupForm" class="form-horizontal">
${sysLog.title} / ${dict.getLabel('sys_oper_type',sysLog.businessType?c)}
${sysLog.operName} / ${sysLog.compName} / ${sysLog.operIp} / ${sysLog.operLocation}
${sysLog.operUrl}
${sysLog.requestMethod}
${sysLog.time} 毫秒
${sysLog.method}
<#if sysLog.status == 0 >正常<#else>异常
${sysLog.errorMsg?default('')}
<@footer>