#parse("content/base/back/common/macro.vm") #parse("content/base/back/common/head.vm")
列表
<#-- update--begin--author:zhangjiaqiang date:20170524 for:美化p3列表页面的按钮 --> <#-- update--begin--author:zhangjiaqiang date:20170524 for:美化p3列表页面的按钮 -->
<#-- update--begin--author:zhangjiaqiang date:20170616 for:修订checkbox在IE下的兼容性 --> <#-- update--begin--author:zhangjiaqiang date:20170616 for:修订checkbox在IE下的兼容性 --> <#list columnDatas as item> <#if item.columnName?lower_case != 'id'> #if($!{pageInfos}) #foreach($!{info} in $!{pageInfos}) <#-- update--begin--author:zhangjiaqiang date:20170525 for:美化P3页面按钮 --> <#-- update--end--author:zhangjiaqiang date:20170525 for:美化P3页面按钮 --> <#list columnDatas as item> <#if item.columnName?lower_case != 'id'> <#if item.columnType == "datetime" ||item.columnType == "date" || item.columnType == "timestamp"> <#else> #end #end
${item.columnComment} 操作
$!dateTool.format("yyyy-MM-dd",$!{info.${item.domainPropertyName}})$!{info.${item.domainPropertyName}} <#-- update--begin--author:zhangjiaqiang date:20170524 for:美化p3列表页面的按钮 --> 编辑 删除 <#-- update--begin--author:zhangjiaqiang date:20170524 for:美化p3列表页面的按钮 -->
#set($attr='formSubmit') #showPageList($pageInfos $attr)