{extend name='main'} {block name="button"} {if auth("add_goods")} {/if} {/block} {block name="content"}
{include file='deal/goods_search'} {notempty name='list'} {/notempty} {foreach $list as $key=>$vo} {/foreach}
商品ID 商品名称 商品价格 店铺名称 添加时间 状态
{$vo.id} {$vo.goods_name} ¥{$vo.goods_price} {$vo.shop_name} {$vo.addtime|format_datetime} {if auth("edit_goods")} 编辑 {/if} {if auth("del_goods")} 删除 {/if}
{empty name='list'}没有记录哦{else}{$pagehtml|raw|default=''}{/empty}
{/block}