<#include "/common/head.html"/> <#-- 计算table列数 --> <#assign columnSize=head.dialog_size?split("x")[0]?number /> <#if columnSize lt 700> <#assign columnSize=1 /> <#else> <#assign columnSize=2 /> <#escape x as x?html><#-- 安全输出 -->
<#list updateFieldList as item> <#if item_index == 0 || (item_index + 0) % columnSize == 0> <#if item.input_type == 'easyui-filebox_img' && model[item.field_name]??> <#else> <#if item_index != 0 && (item_index + 1) % columnSize == 0> <#if updateFieldList.size() % columnSize != 0> <#if (columnSize - updateFieldList.size() % columnSize) == 1> <#if (columnSize - updateFieldList.size() % columnSize) == 2>
${item.column_name}:
${model[item.field_name]!''}
<#include "/common/foot.html"/>