{include file='common/header' /}

操作日志

{php} $where = []; $data = \app\ebcms\model\Oplog::with('manager') -> where($where) -> order('id desc') -> paginate(10,false,['query'=>input('get.')]); {/php} {foreach name='data' item='vo'} {/foreach}
id 操作 用户 说明 时间 地址 IP
{if condition="check_auth('delete')"} {/if} {if condition="check_auth('detail')"} {/if} {$vo.manager.nickname} {$vo.title} {$vo.create_time|date='Y-m-d H:i:s',###} {$vo.url} {$vo.ip}
选择
{$data -> render()}
{include file='common/footer' /}