<#include "${(base)!}/private/head.html">
<#if pageList?? && pageList.content??> <#list pageList.content as list>
序号 美食名称 类型 所属城市 更新时间 创建时间 操作
${(list_index+1)!} ${(list.name)!} <#if list??&&list.type??> <#if 1==list.type> 特色皖菜 <#elseif 2==list.type> 金牌小吃 <#elseif 3==list.type> 其他 <#else> 其他 <#if delist??> <#list delist as delist> <#if list??&&list.city??&&delist.id==list.city> ${(delist.name)!} ${(list.updateTime)!} ${(list.createTime)!} 编辑
<#include "${base}/private/page.html">