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

update

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