{include file="head.html"}
{include file='table/nav.html'}
tableid
名称
表名称
描述
status
操作
{foreach item=c from=$data}
{$c.tableid}
{$c.title}
{$c.tablename}
{$c.description}
{$c.status}
数据列表
字段列表
编辑
查看
复制表
删除
{/foreach}
{$pagelist}
{include file="footer.html"}