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

update: 更新

上级 f0d6a3cf
......@@ -11,7 +11,7 @@ ${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-show="!isLayoutLoadding">
<template v-if="!isLayoutLoadding">
<#list view.getPSViewLayoutPanel().getRootPSPanelItems() as panelDetail>
<@renderByDetailType panelDetail view false/>
</#list>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册