{extend name='admin@main'} {block name="button"} {if auth("add")} {/if} {if auth("remove")} {/if} {/block} {block name="content"}
{include file='goods_category/index_search'} {notempty name='list'} {/notempty} {foreach $list as $key=>$vo} {/foreach}
名称 权重 操作
{$vo.spl|raw}{$vo.name|default='--'} {if auth("edit")} 编 辑 {/if} {if auth("remove")} {if $vo.pid == 0} 删 除 {else/} 删 除 {/if} {/if}
{empty name='list'}没 有 记 录 哦!{else}{$pagehtml|raw|default=''}{/empty}
{/block}