数据管理系统

{{.TableAlias}}

共 {{.Total}} 条记录
{{range $col := .Columns}} {{if $col.ShowInList}} {{end}} {{end}} {{range $row := .Data}} {{range $col := $.Columns}} {{if $col.ShowInList}} {{end}} {{end}} {{end}}
{{$col.Alias}} 操作
{{if eq $col.RenderType "text"}} {{truncate (index $row $col.Name) 50}} {{else}} {{index $row $col.Name}} {{end}}
{{if gt .Pages 1}}
{{if gt .Page 1}} 上一页 {{end}} {{if lt .Page .Pages}} 下一页 {{end}}
{{end}}