<#ibizinclude>../@MACRO/FUNC/PUBLIC.vue.ftl</#ibizinclude> <#if editor?? && editor.render??> ${editor.render.code} <#else> <app-radio-group v-model="row[column.property]" :disabled="getColumnDisabled(row,column.property)" name="${item.name}" :data="row" :context="context" :viewparams="viewparams" :localContext =<@getNavigateContext editor /> :localParam =<@getNavigateParams editor /> @change="($event)=>{gridEditItemChange(row, column.property, $event, $index)}" <#if item.isNeedCodeListConfig()??> <#assign codelist=item.getPSCodeList()> tag='${codelist.codeName}' codelistType='${codelist.getCodeListType()}' </#if> style="${item.getEditorCssStyle()}"> </app-radio-group> </#if>