{php} use app\service\Image as CImage; {/php} {layout name="manager/layout" /} {if isset($history) && count($history) > 0}

历程:{$history.title}
{empty name="items"}
该历程暂无相关事例信息!
{else /} {foreach $items as $item} {/foreach}
事例标题 图组 状态 操作
{$item.title} {if !empty($item.imgs)} {php} $imgArr = json_decode($item['imgs'], true);{/php} {if !empty($imgArr)} {foreach $imgArr as $img} {/foreach} {/if} {/if} {:$item.visible == 0 ? '隐藏' : '正常'} 向上 向下 编辑 删除
{/empty}
{else /}
该历程信息不存在!
{/if}