提交 f823b74a 编写于 作者: neko's avatar neko

update

上级 1751ac52
...@@ -9,7 +9,7 @@ const { TabPane } = Tabs; ...@@ -9,7 +9,7 @@ const { TabPane } = Tabs;
<#if app.getAllPSAppViews()??> <#if app.getAllPSAppViews()??>
<#list app.getAllPSAppViews() as view> <#list app.getAllPSAppViews() as view>
<#if view.getViewType() == "DEEDITVIEW"> <#if view.getViewType() == "DEEDITVIEW">
import ${srfclassname(view.getCodeName())} from './forms/${srffilepath2(ctrl.getPSDataEntity().getCodeName())}/${srffilepath2(ctrl.getCodeName())}-${ctrl.getControlType()?lower_case}/${srffilepath2(ctrl.getCodeName())}-${ctrl.getControlType()?lower_case}' import ${srfclassname(view.getCodeName())} from './pages/${srffilepath2(view.getPSAppModule().getCodeName())}/${srffilepath2(view.getCodeName())}/${srffilepath2(view.getCodeName())}'
</#if> </#if>
</#list> </#list>
</#if> </#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册