提交 ce188fb7 编写于 作者: Cano1997's avatar Cano1997

update:更新

上级 23fb2585
......@@ -11,11 +11,11 @@ ${P.getLayoutCode('VIEW.vue').code}
<div class="app-view-layout app-view-layout__${view.getViewType()?lower_case} ${srffilepath2(view.getCodeName())}<#if view.getPSSysCss?? && view.getPSSysCss()??> ${view.getPSSysCss().getCssName()}</#if>" v-loading="isLayoutLoadding" :style="{height: '100%', width: '100%', overflow: 'auto'}">
</#if>
<#if view.getPSViewLayoutPanel().getRootPSPanelItems()??>
<template v-if="!isLayoutLoadding">
<div v-show="!isLayoutLoadding" :style="{height: '100%', width: '100%'}">
<#list view.getPSViewLayoutPanel().getRootPSPanelItems() as panelDetail>
<@renderByDetailType panelDetail view false/>
</#list>
</template>
</div>
</#if>
</div>
</#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册