{template 'common/header'}
列表
{loop $data $item} {/loop}
#ID 图标 名称 排序 是否显示在首页 时间 操作
{$item['id']} {$item['name']} {$item['sort']}
{if $item['status']==1} {else} {/if}
{$item['updated_at']} 编辑 删除
{template 'common/footer'}