|
|
[ID:{$item['id']}] {$item['title']}
|
{if $item['goods_type'] == 1}
{$goods_types[$item['goods_type']]}
{elseif $item['goods_type'] == 2}
{$goods_types[$item['goods_type']]}
{/if}
|
{$sell_types[$item['sell_type']]} |
{$item['goods_price']} |
{if $item['status'] == 0}
{$status_types[$item['status']]}
{elseif $item['status'] == 1}
{$status_types[$item['status']]}
{/if}
|
{$item['stock']} / {$item['sales']} |
|
{/loop}