{extend name="../../admin/view/main"} {block name="button"} {/block} {block name='content'}

演示接口文档:http://www.docway.net/project/1WkI0ZyQ7M1/share/1Wld0z7b1zE

{include file='news_item/index_search'} {notempty name='list'} {/notempty} {foreach $list as $key=>$vo} {/foreach}
文章编号 文章名称 搜索标签 文章状态 创建时间
{$vo.code|default=''} {$vo.name|default=''} {notempty name='vo.mark'}{foreach $vo.mark as $tag}{$tag}{/foreach}{/notempty}
{if $vo.status eq 0}已禁用{elseif $vo.status eq 1}已激活{/if} {$vo.create_at|format_datetime} {if auth("edit")} 编 辑 {/if} {if auth("state") and $vo.status eq 1} 禁 用 {/if} {if auth("state") and $vo.status eq 0} 激 活 {/if} {if auth("remove")} 删 除 {/if}
{empty name='list'}没有记录哦{else}{$pagehtml|raw|default=''}{/empty}
{/block}