vm.vue.index.vue.vm Maven / Gradle / Ivy
数据筛选
##
##
##
#set($dictTypeExist=false)
#foreach($column in $columns)
#if($column.query)
#set($dictType=$column.dictType)
#if($column.javaField != $pkColumn.javaField && $dictTypeExist==false)
#set($dictTypeExist=true)
#end
#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($column.htmlType == "input" || $column.htmlType == "inputNum")
#elseif(($column.htmlType == "select" || $column.htmlType == "radio") && "" != $dictType)
#elseif(($column.htmlType == "select" || $column.htmlType == "radio") && $dictType)
#elseif($column.htmlType == "datetime")
#end
#end
#end
查询
数据列表
新增
批量删除
导出Excel
#foreach($column in $columns)
#if($column.isList == 1)
#end
#end
查看
修改
删除
© 2015 - 2025 Weber Informatics LLC | Privacy Policy