{extend name='admin@main'} {block name="button"} 添加商品 {/block} {block name="content"}
{include file='goods/index_search'} {notempty name='list'} {/notempty} {foreach $list as $key=>$vo} {/foreach}
商品名称 封面 售价(元) 添加时间 操作
{$vo.name|default=''} {$vo.floor_price|default=''} {$vo.create_at|format_datetime} 编 辑 {if $vo.status eq 1} 下 架 {else} 上 架 {/if} 删 除
{empty name='list'}没有记录哦{else}{$pagehtml|raw|default=''}{/empty}
{/block}