提交 4893a161 编写于 作者: JunZai's avatar JunZai

update

上级 f2b278ba
......@@ -4,7 +4,7 @@ import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
import { CommonModule } from '@angular/common';
import { FormsModule } from '@angular/forms';
import { ${srfclassname('${ctrl.name}')} } from './${srffilepath2(ctrl.getCodeName())}-${ctrl.getControlType()?lower_case}';
import { ${srfclassname('${ctrl.name}')} } from './${srffilepath2(ctrl.getCodeName())}';
import { AppTimePickerModule } from '@components/app-time-picker/app-time-picker.module';
import { AppDatePickerModule } from '@components/app-date-picker/app-date-picker.module';
......
......@@ -8,12 +8,12 @@ import { FormsModule } from '@angular/forms';
<#list view.getAllPSControls() as curctrl>
<#if curctrl.getControlType() != "TOOLBAR">
<#if curctrl.getPSDataEntity?? && curctrl.getPSDataEntity()??>
import { ${srfclassname('${curctrl.name}')}Module } from '@widgets/${srffilepath2(curctrl.getPSDataEntity().getCodeName())}/${srffilepath2(curctrl.getCodeName())}-${curctrl.getControlType()?lower_case}/${srffilepath2(curctrl.getCodeName())}-${curctrl.getControlType()?lower_case}.module';
import { ${srfclassname('${curctrl.name}')}Module } from '@widgets/${srffilepath2(curctrl.getPSDataEntity().getCodeName())}/${srffilepath2(curctrl.getCodeName())}/${srffilepath2(curctrl.getCodeName())}.module';
</#if>
</#if>
</#list>
</#if>
import { ${srfclassname('${view.name}')}Page } from './${srffilepath2(view.getCodeName())}.page';
import { ${srfclassname('${view.name}')}Page } from './${srffilepath2(view.getCodeName())}';
@NgModule({
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册