EDITOR.vue.ftl 630 字节
<#ibizinclude>../@MACRO/FUNC/PUBLIC.vue.ftl</#ibizinclude>
<#if item.render??>
    ${item.render.code}
<#else>
<app-radio-group 
  v-model="data.${editor.name}"
  :data="data" 
  :context="context"
  :viewparams="viewparams"   
  :disabled="detailsModel.${editor.name}.disabled"  
  name="${editor.name}" 
  :localContext =<@getNavigateContext editor />
  :localParam =<@getNavigateParams editor />
  <#if editor.getPSCodeList()??>
  <#assign codelist=editor.getPSCodeList()>
  tag='${codelist.codeName}' 
  codelistType='${codelist.getCodeListType()}' 
  </#if> 
  style="${editor.getEditorCssStyle()}">
</app-radio-group>
</#if>