<{include file="Backend/Common/tpl/nav.tpl"}> <{include file="Backend/Common/tpl/sidebar.tpl"}>

物品管理 管理物品数据

物品列表

<{foreach from=$data item=d }> <{/foreach}>
物品名称 别名 物品分类 拼音 操作
<{$d.name}> <{$d.alias}> <{foreach from=$category item=c }> checked<{/if}>><{$c.cname}> <{/foreach}> <{$d.pinyin}>
<{include file="Backend/Common/tpl/pager.tpl"}>
<{include file="Backend/Common/tpl/table_resource.tpl"}> <{include file="Backend/Common/tpl/subinfo.tpl"}>