##
#if(${context.leftTreeTable} == true)
#end
##
##
##
##
#if(${context.tabConfig.createTab})
#end
## 按键
#if(${context.btnPcList.size()}>0)
#foreach($btn in ${context.btnPcList})
#if(${btn.value}=='add' && ${btn.show})
#if(${btn.labelI18nCode})
{{t('${btn.labelI18nCode}','${btn.label}')}}#else${btn.label}#end
#end
#if(${btn.value}=='download' && ${btn.show})
#if(${btn.labelI18nCode})
{{t('${btn.labelI18nCode}','${btn.label}')}}#else${btn.label}#end
#end
#if(${btn.value}=='upload' && ${btn.show})
#if(${btn.labelI18nCode})
{{t('${btn.labelI18nCode}','${btn.label}')}}#else${btn.label}#end
#end
#if(${btn.value}=='batchRemove' && ${btn.show})
#if(${btn.labelI18nCode})
{{t('${btn.labelI18nCode}','${btn.label}')}}#else${btn.label}#end
#end
#if(${btn.value}=='batchPrint' && ${btn.show})
#if(${btn.labelI18nCode})
{{t('${btn.labelI18nCode}','${btn.label}')}}#else${btn.label}#end
#end
#end
#end
##
#if(${context.superQuery})
{{ t('common.superQuery') }}
#end
##
##
#if(${context.childTableStyle}==2)
{{ childRecord[column.dataIndex] }}
#end
##
##
#if(${context.childTableStyle}==1)
#end
##
{{ record[column.dataIndex] }}
##
#if($!{context.isFlow})
#end
##
##
#if(${context.configurationTotal} == true)
{{ t('component.table.summary') }}
{{ item }}
{{ t('component.table.summary') }}
{{ item }}
#end
##
#if(!$context.isFlow && ${context.webType} !=4)
#end
#foreach($itemBtn in ${context.columnBtnPcList})
#if(!${context.isFlow} && ${itemBtn.value}=="detail")
#end
#if(${itemBtn.value}=="edit")
#end
#if(${itemBtn.value}=="remove")
#end
#end
#foreach($itemBtn in ${context.btnPcList})
#if(${itemBtn.value}=="add")
#end
#if(${itemBtn.value}=="upload")
#end
#if(${itemBtn.value}=="download")
#end
#if(${itemBtn.value}=="batchRemove")
#end
#if(${itemBtn.value}=="batchPrint")
#end
#end
#if(${context.webType}!=4)
##
##
#end
#if(${context.superQuery})
##
##
#end
#if(${context.isFlow})
##
##
#end