{template 'public/header'} {template 'public/comhead'}
分类管理
{loop $list $row} {/loop}
id 顺序 分类名称 分类图标 状态 操作
{$row['id']} {$row['num']} {$row['type_name']}
  
{if $row['state']==1} 启用{elseif $row['state']==2} 禁用{/if} 编辑 删除
{$pager} {template 'common/footer'}