{include file="head.html"}
{include file='car_brand/nav.html'}
brandid
名称
图片
排序
状态
操作
{foreach item=c from=$list}
{$c.brandid}
{$c.title}
{$c.orderindex}
{$c.status}
编辑
查看
删除
{/foreach}
{$pagelist}
{include file="footer.html"}