{{{- range .Columns }}}
{{{- if eq .IsQuery 1 }}}
{{{- if eq .HtmlType "datetime" }}}
{{{- else if or (eq .HtmlType "select") (eq .HtmlType "radio") }}}
{{{- if eq .DictType "" }}}
{{{- else }}}
{{{- end }}}
{{{- else if eq .HtmlType "input" }}}
{{{- end }}}
{{{- end }}}
{{{- end }}}
查询
重置
新增
展开/折叠
{{{- range .Columns }}}
{{{- if .IsList }}}
{{{- if and (ne .DictType "") (or (eq .HtmlType "select") (eq .HtmlType "radio") (eq .HtmlType "checkbox")) }}}
{{{- else if eq .HtmlType "imageUpload" }}}
{{{- else }}}
{{{- end }}}
{{{- end }}}
{{{- end }}}
新增
编辑
删除