<#ibizinclude>../@MACRO/FUNC/PUBLIC.vue.ftl</#ibizinclude> <app-color-span <#t> :value="data.${editor.name?lower_case}" <#t> name="${editor.name?lower_case}" <#t> :data="data" <#t> :context="context" <#t> :viewparams="viewparams" <#t> :localContext =<@getNavigateContext editor /> <#t> :localParam =<@getNavigateParams editor /> <#t> <#if item.getPSCodeList?? && item.getPSCodeList()??> <#assign codelist=item.getPSCodeList() /> tag="${codelist.codeName}" codelistType="${codelist.getCodeListType()}" <#if codelist.getOrMode?? && codelist.getOrMode()?has_content> renderMode="${codelist.getOrMode()}" <#t> </#if> <#if codelist.valueSeparator?has_content> valueSeparator="${codelist.valueSeparator}" <#t> </#if> <#if codelist.textSeparator?has_content> textSeparator="${codelist.textSeparator}" <#t> </#if> </#if> <#if editor.getEditorParam("color","")?? && editor.getEditorParam("color","") !=""> color="${editor.getEditorParam("color","")}" </#if> style="${item.getEditorCssStyle()}"> <#t> </app-color-span> <#lt>