<AppCol
    noRoot
    :visible="store.detailModel.{{item.codeName}}.visible"
    :layoutOpts="{{> @macro/common/layoutPos.hbs layout=item.psLayout layoutPos=item.psLayoutPos}}">
    <AppFormIframe
        name="{{item.codeName}}"
        {{#if item.psSysCss}}
        class="{{item.psSysCss.cssName}}"
        {{/if}}
        {{#if (or item.contentHeight item.contentWidth)}}
        style="{{#if item.contentHeight}}height: {{item.contentHeight}}px;{{/if}}{{#if item.contentWidth}}width: {{item.contentWidth}}px;{{/if}}"
        {{/if}}
        iFrameUrl="{{item.iFrameUrl}}"/>
</AppCol>
