#parse("PublicMacro/FormMarco.vm")
#foreach($fieLdsModel in ${context.form})
#set($jnpfKey = "${fieLdsModel.jnpfKey}")
#if($jnpfKey == 'table')
#set($child = $fieLdsModel.childList)
#if($child.showSummary)
#set($childSummary=true)
#end
#if($child.footerBtnsList.size()>2)
#set($isSelectDialog = true)
#end
#if($child.isNumLimit)
#set($isNumLimitSwitch = true)
#end
#end
#end
{{$t('common.saveText','保存')}}
{{$t('component.cropper.btn_reset','重置')}}
#FormRendering()
#if($isSelectDialog == true)
#end