{extend name='admin@main'} {block name="button"} {if auth("store/notice/add")} {/if} {if auth("store/notice/remove")} {/if} {/block} {block name="content"}
{include file='notice/index_search'} {notempty name='list'} {/notempty} {foreach $list as $key=>$vo} {/foreach}
系统消息标题 状态 时间 操作
{$vo.title|default=''} {eq name='vo.status' value='0'}已禁用{else}使用中{/eq}
{$vo.create_at|format_datetime} {if auth("store/notice/remove")} 删 除 {/if}
{empty name='list'}没有记录哦{else}{$pagehtml|raw|default=''}{/empty}
{/block}