EDITOR.vue.ftl 456 字节
Newer Older
zcdtk's avatar
zcdtk committed
1 2 3 4 5 6 7 8 9 10 11
<app-mob-span  
    <#if item.getPSCodeList?? && item.getPSCodeList()??>
    <#assign codelist=item.getPSCodeList()> 
    codeListType="${codelist.getCodeListType()}" 
    tag="${codelist.codeName}"
    :isCache="false" 
    </#if>
    v-if="data.${editor.name}" 
    :context="context" 
    :value="data.${editor.name}" 
    :itemParam="<#if item.getEditorParam('PARENTDATA','') != ''>{parentdata:${item.getEditorParam('PARENTDATA','')}}<#else>{}</#if>"/>