<{include file="admin:common/header.html"}>
<{$MOD.title}> <{link ctl="company/pic:create" class="button" title="添加"}>   <{link ctl="company/pic:so" class="button" title="搜索"}>
<{foreach $items as $item}> <{foreachelse}> <{/foreach}>
ID装修公司类型标题图片操作
<{$company_list[$item.company_id].name|default:'--'}> <{$type[$item.type]|default:'--'}> <{$item.title}> <{link ctl="company/pic:edit" args=$item.pic_id title="修改" class="button"}><{link ctl="company/pic:delete" args=$item.pic_id act="mini:删除" confirm="mini:确定要删除吗?" title="删除" class="button"}>

没有数据

<{link ctl="company/pic:delete" type="button" submit="mini:#items-form" confirm="mini:确定要批量删除选中的内容吗?" priv="hide" value="批量删除"}> <{$pager.pagebar}>
<{include file="admin:common/footer.html"}>