#foreach ($column in $columns)
#if($column.isQuery==1)
#if($column.htmlType=="datetime")
#elseif($column.htmlType=="select")
#if($column.dictType=="")
#else
#end
#elseif($column.htmlType=="input")
#end
#end
#end
查询
重置
新增
展开/折叠
#foreach ($column in $columns)
#if($column.isList)
#if($column.htmlType=="imageUpload")
#elseif($column.htmlType=="number")
#elseif($column.htmlType=="datetime")
#else
#end
#end
#end
新增
编辑
删除