{include="style"}
ID | {fun JZLANG('排序')} | {fun JZLANG('模型名称')} | {fun JZLANG('模型标识')} | {fun JZLANG('前台发布')} | {fun JZLANG('模型状态')} | {fun JZLANG('模型分类')} | {fun JZLANG('操作')} |
---|---|---|---|---|---|---|---|
{$v['id']} | {$v['orders']} | {fun JZLANG($v['name'])} | {$v['biaoshi']} | {if($v['ishome']==0)} {fun JZLANG('隐藏')} {else} {fun JZLANG('允许')} {/if} | {if($v['isopen']==0)} {fun JZLANG('已停用')} {else} {fun JZLANG('已启用')} {/if} | {if($v['sys']==1)}{fun JZLANG('系统')}{else}{fun JZLANG('扩展')}{/if} | {if(checkAction('Molds/editMolds'))} {fun JZLANG('编辑')} {/if} {if(checkAction('Fields/index'))} {fun JZLANG('字段管理')} {/if} {if(checkAction('Molds/deleteMolds'))} {fun JZLANG('删除')} {/if} {if( (in_array($v['biaoshi'],['article','product']) || $v['sys']==0) && checkAction('Molds/restrucFields'))} {fun JZLANG('重构字段')} {/if} |