{include file="public/layout" /}
{eq name="$Think.const.CONTROLLER_NAME.'@channel_add'|is_check_access" value="1"} 新增内容字段 {/eq}
{$searchform.hidden|default=''}
{empty name="list"} {else/} {foreach name="list" item="vo" key="k" } {/foreach} {/empty}
ID
字段标题
字段名称
字段类型
字段分类
编辑显示
是否必填
排序
操作
没有符合条件的数据
{$vo.id}
{if condition="($vo['ifsystem'] eq 1) OR (1 eq $vo['ifmain'])"} {$vo.title} {else /} {eq name="$Think.const.CONTROLLER_NAME.'@channel_edit'|is_check_access" value="1"} {$vo.title} {else /} {$vo.title} {/eq} {/if}
{$vo.name}
{$fieldtypeList[$vo['dtype']]['title']|default='数据错误'}
{if condition="($vo['ifsystem'] eq 1) OR (1 eq $vo['ifmain'])"} 系统 {else /} 自定义 {/if}
{eq name="'Field@ajax_channel_show'|is_check_access" value="1"} {if condition="$vo['ifcontrol'] eq 1"} ——— {else /} {/if} {/eq}
{if condition="empty($vo['ifsystem'])"} {eq name="$Think.const.CONTROLLER_NAME.'@channel_edit'|is_check_access" value="1"} {else /} {$vo.sort_order} {/eq} {else /} —— {/if}
{if condition="($vo['ifcontrol '] eq 1)"} {eq name="$Think.const.CONTROLLER_NAME.'@channel_edit'|is_check_access" value="1"} 编辑 {/eq} {else /} {eq name="$Think.const.CONTROLLER_NAME.'@channel_edit'|is_check_access" value="1"} 编辑 {/eq} {/if} {if condition="($vo['ifcontrol'] eq 1) OR (1 eq $vo['ifsystem'])"} {eq name="$Think.const.CONTROLLER_NAME.'@channel_del'|is_check_access" value="1"} 删除 {/eq} {else /} {eq name="$Think.const.CONTROLLER_NAME.'@channel_del'|is_check_access" value="1"} 删除 {/eq} {/if} 标签调用
{$pageStr}
{include file="public/footer" /}