VIEW_COMPONENT#GROUPPANEL.ftl 758 字节
Newer Older
yanshaowei's avatar
yanshaowei committed
1 2 3 4 5 6 7 8 9 10
<#ibiztemplate>
PUBOBJ=Vue2.PSVue2DEFormGroupPanellVC
</#ibiztemplate>
<i-col class="<#if item.getPSSysCss()??>${item.getPSSysCss().getCssName()}</#if>"<#if item.getColLG() != -1> :lg="${item.getColLG()?c}"</#if><#if item.getColMD() != -1> :md="${item.getColMD()?c}"</#if><#if item.getColSM() != -1> :sm="${item.getColSM()?c}"</#if><#if item.getColXS() != -1> :xs="${item.getColXS()?c}"</#if> v-show="${ctrl.name}.fields.${item.name}.visible" style="<#if item.getColWidth() != -1>width: ${item.getColWidth()?c}px</#if>">
    <ibiz-form-group class="ibiz-form-group" :form="${ctrl.name}" :group="${ctrl.name}.fields.${item.name}" :name="'${item.name}'">
        <#list items as rowitem>
        ${rowitem.code}
        </#list>
    </ibiz-form-group>
</i-col>