#set($count = 0)
#foreach($column in $columns)
#if($column.query)
#set($dictType=$column.dictType)
#set($AttrName=$column.javaField.substring(0,1).toUpperCase() + ${column.javaField.substring(1)})
#set($parentheseIndex=$column.columnComment.indexOf("("))
#if($parentheseIndex != -1)
#set($comment=$column.columnComment.substring(0, $parentheseIndex))
#else
#set($comment=$column.columnComment)
#end
#if($count == 7)
#end
#if($column.htmlType == "input")
#elseif($column.htmlType == "select" || $column.htmlType == "radio")
#if("" != $dictType)
#elseif($dictType)
#end
#elseif($column.htmlType == "datetime" || $column.htmlType == "date")
#set($valueFormat = 'yyyy-MM-dd HH:mm:ss')
#if($column.htmlType == "date")
#set($valueFormat = 'yyyy-MM-dd')
#end
#if($column.queryType != "BETWEEN")
#else
#end
#elseif($column.htmlType == "time")
#end
#set($count = $count + 1)
#end
#end
#if($queryLength >= 8)
#end
搜索
重置
#if($queryLength >= 8)
{{showMoreCondition ? '收起条件' : '展开条件'}}
#end
新增
修改
删除
导出
#set($count0 = 0)
#foreach($column in $columns)
#set($javaField=$column.javaField)
#set($parentheseIndex=$column.columnComment.indexOf("("))
#if($parentheseIndex != -1)
#set($comment=$column.columnComment.substring(0, $parentheseIndex))
#else
#set($comment=$column.columnComment)
#end
#if($column.pk)
#elseif($column.list)
#if($column.htmlType == "datetime" || $column.htmlType == "date" || $column.htmlType == "time")
#set($valueFormat = '')
#if($column.htmlType == "date")
#set($valueFormat = '{y}-{m}-{d}')
#elseif($column.htmlType == "time")
#set($valueFormat = '{h}:{i}:{s}')
#end
{{ parseTime(scope.row.${javaField}, '$valueFormat')}}
#elseif("" != $column.dictType)
#elseif("" != $javaField)
#end
#set($count0 = $count0 + 1)
#end
#end
修改
删除
#foreach($column in $columns)
#set($field=$column.javaField)
#if($column.insert && !$column.pk)
#if(($column.usableColumn) || (!$column.superColumn))
#set($parentheseIndex=$column.columnComment.indexOf("("))
#if($parentheseIndex != -1)
#set($comment=$column.columnComment.substring(0, $parentheseIndex))
#else
#set($comment=$column.columnComment)
#end
#set($dictType=$column.dictType)
#if($column.htmlType == "input")
#elseif($column.htmlType == "imageUpload")
#elseif($column.htmlType == "fileUpload")
#elseif($column.htmlType == "editor")
#elseif($column.htmlType == "select" && "" != $dictType)
#elseif($column.htmlType == "select" && $dictType)
#elseif($column.htmlType == "checkbox" && "" != $dictType)
{{dict.label}}
#elseif($column.htmlType == "checkbox" && $dictType)
请选择字典生成
#elseif($column.htmlType == "radio" && "" != $dictType)
{{dict.label}}
#elseif($column.htmlType == "radio" && $dictType)
请选择字典生成
#elseif($column.htmlType == "datetime" || $column.htmlType == "date" || $column.htmlType == "time")
#set($valueFormat = 'yyyy-MM-dd HH:mm:ss')
#if($column.htmlType == "date")
#set($valueFormat = 'yyyy-MM-dd')
#elseif($column.htmlType == "time")
#set($valueFormat = 'HH:mm:ss')
#end
#elseif($column.htmlType == "textarea")
#end
#end
#end
#end
#if($table.sub)
${subTable.functionName}信息
添加
删除
#foreach($column in $subTable.columns)
#set($javaField=$column.javaField)
#set($parentheseIndex=$column.columnComment.indexOf("("))
#if($parentheseIndex != -1)
#set($comment=$column.columnComment.substring(0, $parentheseIndex))
#else
#set($comment=$column.columnComment)
#end
#if($column.pk || $javaField == ${subTableFkclassName})
#elseif($column.list && "" != $javaField)
#end
#end
#end