{if isset($records) && !empty($records)}
{volist name="records" id="record"}
{$record.operation_type_label.text}
{$record.created_at_relative}
{$record.operation_desc}
{if $options.show_user && !empty($record.user_info)}
{$record.user_info}
{/if} {if !empty($record.data_info)}
{$record.data_info}
{/if} {if $options.show_ip && !empty($record.request_ip)}
{$record.request_ip}
{/if}
{/volist}
{else}

暂无操作记录

{/if}