提交 c3916d6d 编写于 作者: Mosher's avatar Mosher

update:更新

上级 298d0f1a
<#ibizinclude> <#ibizinclude>
../@MACRO/DEFAULT.less.ftl ../@MACRO/DEFAULT.less.ftl
</#ibizinclude> </#ibizinclude>
\ No newline at end of file .${view.getViewType()?lower_case} {
>.view-card {
.ivu-card-extra {
top: 6px;
}
}
}
\ No newline at end of file
...@@ -49,14 +49,13 @@ ...@@ -49,14 +49,13 @@
<tab-pane tab="${singleControl.codeName?lower_case}" label="${tabPage.getCaption()}" name="${tabPage.name}"> <tab-pane tab="${singleControl.codeName?lower_case}" label="${tabPage.getCaption()}" name="${tabPage.name}">
<#if tabPage.getPSAppView?? && tabPage.getPSAppView()??> <#if tabPage.getPSAppView?? && tabPage.getPSAppView()??>
<component <component
:is="${srffilepath2(tabPage.getPSAppView().codeName)}" is="${srffilepath2(tabPage.getPSAppView().codeName)}"
:viewDefaultUsage="false" :viewDefaultUsage="false"
:appDeCodeName="" appDeCodeName="<#if view.getPSAppDataEntity?? && view.getPSAppDataEntity()??>${view.getPSAppDataEntity().codeName}</#if>"
:viewdata="JSON.stringify(context)" :viewdata="JSON.stringify(context)"
:viewparam="JSON.stringify(viewparams)"> :viewparam="JSON.stringify(viewparams)">
</component> </component>
</#if> </#if>
TODO 视图
</tab-pane> </tab-pane>
</#list> </#list>
</#if> </#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册