colspan="${colnum*2-1}" <#elseif item.itemcol??> colspan="${item.itemcol}" style="width1: ${70/panel.colsize}%;" > <#if item.isdetail > ${(data[item.name+'fileName'])!} <#else> ${item.htmlattr!} <#else> style="width:${fixWidth}%" ${item.htmlattr!} name="${item.name}" class="easyui-choosefile" value="${(data[item.name])!}" data-options="cls:'sm line',required:${item.required?string('true','false')},setfilename:${item.id!''}fileName,catalogid:0,filename:'${(data[item.name+'fileName'])!}'<#if item.dataoptions?exists>,${item.dataoptions}" /> <#if ((data[item.name+'fileName'])!)?index_of("doc") gt 0||((data[item.name+'fileName'])!)?index_of("docx") gt 0||((data[item.name+'fileName'])!)?index_of("DOC") gt 0||((data[item.name+'fileName'])!)?index_of("DOCX") gt 0 > 编辑