{template 'common/header'} {template 'common'}
{if $operation == 'post'}ID | 商品标题 | 商品属性(点击可修改) | 销售价 | 库存 | 商品编号 | 状态(可修改) | 操作 |
---|---|---|---|---|---|---|---|
{$item['id']} | {if !empty($category[$item['pcate']])}[{$category[$item['pcate']]['name']}] {/if}{if !empty($children[$item['pcate']])}[{$children[$item['pcate']][$item['ccate']][1]}] {/if}{$item['title']} | 秒杀 包邮 折扣 推荐 | {$item['marketprice']} | {$item['total']} | {$item['goodssn']} | {if $item['status']}销售中{else}已下架{/if} | 编辑 删除 |