{layout name="layout" /}
# | 商品名称 | 商品属性 | 成本价 | 市场/销售价 | 更新时间 | 操作 | ||
---|---|---|---|---|---|---|---|---|
{$vo.id} | {if $vo.is_sale == 1}回收站 {elseif $vo.is_sale == 2}在售 {else}下架{/if} {$vo.name} | {if $vo.types == 1}首页 {elseif $vo.types == 2}搜索页 {elseif $vo.types == 3}购物车 {else}默认 {/if} | ¥{$vo.price/100|money} | ¥{$vo.sell_price|money} |
{$vo.update_time|date='Y-m-d H:i'} | 删除 |