提交 de8cfa25 编写于 作者: Shine-zwj's avatar Shine-zwj

update:发布文件位置

上级 3bfe762f
...@@ -19,6 +19,7 @@ import layout_${panel.getName()} from '@widgets/${srffilepath2(panel.getPSAppDat ...@@ -19,6 +19,7 @@ import layout_${panel.getName()} from '@widgets/${srffilepath2(panel.getPSAppDat
</#list> </#list>
</#if> </#if>
<#if import_block??>${import_block}</#if> <#if import_block??>${import_block}</#if>
// 基于 @CONTROL/@MACRO/CONTROL/CONTROL.vue.ftl 生成
@Component({ @Component({
components: { components: {
<#if ctrl.getPSControls?? && ctrl.getPSControls()??> <#if ctrl.getPSControls?? && ctrl.getPSControls()??>
......
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
</div> </div>
</#if> </#if>
</template> </template>
// 基于 @CONTROL/分页导航面板/CONTROL-BASE.vue.ftl 生成
<#assign import_block> <#assign import_block>
import ${srfclassname('${appde.getCodeName()}')}AuthService from '@/authservice/${srffilepath2(appde.getCodeName())}/${srffilepath2(appde.getCodeName())}-auth-service'; import ${srfclassname('${appde.getCodeName()}')}AuthService from '@/authservice/${srffilepath2(appde.getCodeName())}/${srffilepath2(appde.getCodeName())}-auth-service';
import { Environment } from '@/environments/environment'; import { Environment } from '@/environments/environment';
......
// 基于 @CONTROL/分页导航面板/CONTROL.less.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/CSS/DEFAULT.less.ftl ../@MACRO/CSS/DEFAULT.less.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/分页导航面板/MODEL.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/MODEL/DEFAULT.ts.ftl ../@MACRO/MODEL/DEFAULT.ts.ftl
</#ibizinclude> </#ibizinclude>
\ No newline at end of file
// 基于 @CONTROL/分页导航面板/SERVICE.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/SERVICE/SERVICE_HEADER.ts.ftl ../@MACRO/SERVICE/SERVICE_HEADER.ts.ftl
</#ibizinclude> </#ibizinclude>
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
</div> </div>
</#if> </#if>
</template> </template>
// 基于 @CONTROL/分页视图面板/CONTROL-BASE.vue.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/CONTROL/CONTROL_HEADER-BASE.vue.ftl ../@MACRO/CONTROL/CONTROL_HEADER-BASE.vue.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/分页视图面板/CONTROL.less.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/CSS/DEFAULT.less.ftl ../@MACRO/CSS/DEFAULT.less.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/分页视图面板/MODEL.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/MODEL/DEFAULT.ts.ftl ../@MACRO/MODEL/DEFAULT.ts.ftl
</#ibizinclude> </#ibizinclude>
\ No newline at end of file
// 基于 @CONTROL/分页视图面板/SERVICE.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/SERVICE/DEFAULT.ts.ftl ../@MACRO/SERVICE/DEFAULT.ts.ftl
</#ibizinclude> </#ibizinclude>
\ No newline at end of file
...@@ -121,6 +121,7 @@ ...@@ -121,6 +121,7 @@
</div> </div>
</#if> </#if>
</template> </template>
// 基于 @CONTROL/列表/CONTROL-BASE.vue.ftl 生成
<#assign import_block> <#assign import_block>
import CodeListService from "@/codelist/codelist-service"; import CodeListService from "@/codelist/codelist-service";
</#assign> </#assign>
......
// 基于 @CONTROL/列表/CONTROL.less.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/CSS/DEFAULT.less.ftl ../@MACRO/CSS/DEFAULT.less.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/列表/MODEL.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/MODEL/MODEL_HEADER.ts.ftl ../@MACRO/MODEL/MODEL_HEADER.ts.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/列表/SERVICE.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/SERVICE/SERVICE_HEADER.ts.ftl ../@MACRO/SERVICE/SERVICE_HEADER.ts.ftl
</#ibizinclude> </#ibizinclude>
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
</div> </div>
</#if> </#if>
</template> </template>
// 基于 @CONTROL/列表导航/CONTROL-BASE.vue.ftl 生成
<#assign import_block> <#assign import_block>
import CodeListService from "@/codelist/codelist-service"; import CodeListService from "@/codelist/codelist-service";
<#if view.getPSSysCounterRef?? && view.getPSSysCounterRef()?? && view.getPSSysCounterRef().getPSAppCounter()??> <#if view.getPSSysCounterRef?? && view.getPSSysCounterRef()?? && view.getPSSysCounterRef().getPSAppCounter()??>
......
// 基于 @CONTROL/列表导航/CONTROL.less.ftl 生成
.app-list-exp-bar { .app-list-exp-bar {
height: 100%; height: 100%;
display: flex; display: flex;
......
// 基于 @CONTROL/列表导航/MODEL.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/MODEL/MODEL_HEADER.ts.ftl ../@MACRO/MODEL/MODEL_HEADER.ts.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/列表导航/SERVICE.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/SERVICE/SERVICE_HEADER.ts.ftl ../@MACRO/SERVICE/SERVICE_HEADER.ts.ftl
</#ibizinclude> </#ibizinclude>
......
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
</div> </div>
</#if> </#if>
</template> </template>
// 基于 @CONTROL/卡片视图导航/CONTROL-BASE.vue.ftl 生成
<#assign import_block> <#assign import_block>
import CodeListService from "@/codelist/codelist-service"; import CodeListService from "@/codelist/codelist-service";
<#if view.getPSSysCounterRef?? && view.getPSSysCounterRef()?? && view.getPSSysCounterRef().getPSAppCounter()??> <#if view.getPSSysCounterRef?? && view.getPSSysCounterRef()?? && view.getPSSysCounterRef().getPSAppCounter()??>
......
// 基于 @CONTROL/卡片视图导航/CONTROL.less.ftl 生成
.app-dataview-exp-bar { .app-dataview-exp-bar {
height: 100%; height: 100%;
display: flex; display: flex;
......
// 基于 @CONTROL/卡片视图导航/MODEL.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/MODEL/MODEL_HEADER.ts.ftl ../@MACRO/MODEL/MODEL_HEADER.ts.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/卡片视图导航/SERVICE.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/SERVICE/SERVICE_HEADER.ts.ftl ../@MACRO/SERVICE/SERVICE_HEADER.ts.ftl
</#ibizinclude> </#ibizinclude>
......
...@@ -43,6 +43,7 @@ ${ctrl.render.code} ...@@ -43,6 +43,7 @@ ${ctrl.render.code}
</layout> </layout>
</#if> </#if>
</template> </template>
// 基于 @CONTROL/向导面板/CONTROL-BASE.vue.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/CONTROL/CONTROL_HEADER-BASE.vue.ftl ../@MACRO/CONTROL/CONTROL_HEADER-BASE.vue.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/向导面板/CONTROL.less.ftl 生成
.app-wizard { .app-wizard {
background: #fff; background: #fff;
height: 100%; height: 100%;
......
// 基于 @CONTROL/向导面板/MODEL.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/MODEL/MODEL_HEADER.ts.ftl ../@MACRO/MODEL/MODEL_HEADER.ts.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/向导面板/SERVICE.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/SERVICE/SERVICE_HEADER.ts.ftl ../@MACRO/SERVICE/SERVICE_HEADER.ts.ftl
</#ibizinclude> </#ibizinclude>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
</div> </div>
</#if> </#if>
</template> </template>
// 基于 @CONTROL/地图/CONTROL-BASE.vue.ftl 生成
<#assign import_block> <#assign import_block>
import echarts from 'echarts'; import echarts from 'echarts';
import 'echarts/map/js/china.js' import 'echarts/map/js/china.js'
......
// 基于 @CONTROL/地图/CONTROL.less.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/CSS/DEFAULT.less.ftl ../@MACRO/CSS/DEFAULT.less.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/地图/MODEL.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/MODEL/MODEL_HEADER.ts.ftl ../@MACRO/MODEL/MODEL_HEADER.ts.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/地图/SERVICE.ts.ftl 生成
<#assign import_block> <#assign import_block>
<#if ctrl.getPSSysMapItems?? && ctrl.getPSSysMapItems()??> <#if ctrl.getPSSysMapItems?? && ctrl.getPSSysMapItems()??>
<#list ctrl.getPSSysMapItems() as mapitem> <#list ctrl.getPSSysMapItems() as mapitem>
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
</div> </div>
</#if> </#if>
</template> </template>
// 基于 @CONTROL/多编辑视图面板/CONTROL-BASE.vue.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/CONTROL/CONTROL_HEADER-BASE.vue.ftl ../@MACRO/CONTROL/CONTROL_HEADER-BASE.vue.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/多编辑视图面板/CONTROL.less.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/CSS/DEFAULT.less.ftl ../@MACRO/CSS/DEFAULT.less.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/多编辑视图面板/MODEL.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/MODEL/DEFAULT.ts.ftl ../@MACRO/MODEL/DEFAULT.ts.ftl
</#ibizinclude> </#ibizinclude>
\ No newline at end of file
// 基于 @CONTROL/多编辑视图面板/SERVICE.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/SERVICE/SERVICE_HEADER.ts.ftl ../@MACRO/SERVICE/SERVICE_HEADER.ts.ftl
</#ibizinclude> </#ibizinclude>
......
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
</div> </div>
</#if> </#if>
</template> </template>
// 基于 @CONTROL/应用菜单/CONTROL-BASE.vue.ftl 生成
<#assign import_block> <#assign import_block>
import ${srfclassname('${ctrl.codeName}')}Model from './${srffilepath2(ctrl.codeName)}-${ctrl.getControlType()?lower_case}-model'; import ${srfclassname('${ctrl.codeName}')}Model from './${srffilepath2(ctrl.codeName)}-${ctrl.getControlType()?lower_case}-model';
import { Environment } from '@/environments/environment'; import { Environment } from '@/environments/environment';
......
// 基于 @CONTROL/应用菜单/CONTROL.less.ftl 生成
/*** BRGIN:菜单样式 ***/ /*** BRGIN:菜单样式 ***/
.app-app-menu { .app-app-menu {
overflow-y: auto; overflow-y: auto;
......
// 基于 @CONTROL/应用菜单/MODEL.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/MODEL/MODEL_HEADER.ts.ftl ../@MACRO/MODEL/MODEL_HEADER.ts.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/应用菜单/SERVICE.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/SERVICE/SERVICE_HEADER.ts.ftl ../@MACRO/SERVICE/SERVICE_HEADER.ts.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/应用菜单(快捷菜单)/CONTROL.less.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/CSS/DEFAULT.less.ftl ../@MACRO/CSS/DEFAULT.less.ftl
</#ibizinclude> </#ibizinclude>
......
...@@ -43,6 +43,7 @@ ${ctrl.render.code} ...@@ -43,6 +43,7 @@ ${ctrl.render.code}
</div> </div>
</#if> </#if>
</template> </template>
// 基于 @CONTROL/搜索栏/CONTROL-BASE.vue.ftl 生成
<#assign import_block> <#assign import_block>
import FilterTree from '@components/filter-tree/filter-tree.vue'; import FilterTree from '@components/filter-tree/filter-tree.vue';
import moment from 'moment'; import moment from 'moment';
......
// 基于 @CONTROL/搜索栏/CONTROL.less.ftl 生成
.search-bar-footer { .search-bar-footer {
height: 32px; height: 32px;
margin-bottom: 6px; margin-bottom: 6px;
......
// 基于 @CONTROL/搜索栏/MODEL.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/MODEL/MODEL_HEADER.ts.ftl ../@MACRO/MODEL/MODEL_HEADER.ts.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/搜索栏/SERVICE.ts.ftl 生成
<#assign import_block> <#assign import_block>
import UtilService from '@/utilservice/util-service'; import UtilService from '@/utilservice/util-service';
</#assign> </#assign>
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
<template> <template>
${P.getPartCode(item,'FORM').code} ${P.getPartCode(item,'FORM').code}
</template> </template>
// 基于 @CONTROL/搜索表单/CONTROL-BASE.vue.ftl 生成
<#assign import_block> <#assign import_block>
import { FormButtonModel, FormPageModel, FormItemModel, FormDRUIPartModel, FormPartModel, FormGroupPanelModel, FormIFrameModel, FormRowItemModel, FormTabPageModel, FormTabPanelModel, FormUserControlModel } from '@/model/form-detail'; import { FormButtonModel, FormPageModel, FormItemModel, FormDRUIPartModel, FormPartModel, FormGroupPanelModel, FormIFrameModel, FormRowItemModel, FormTabPageModel, FormTabPanelModel, FormUserControlModel } from '@/model/form-detail';
import { debounceTime, distinctUntilChanged } from 'rxjs/operators'; import { debounceTime, distinctUntilChanged } from 'rxjs/operators';
......
// 基于 @CONTROL/搜索表单/CONTROL.less.ftl 生成
.ivu-tabs-no-animation>.ivu-tabs-content{ .ivu-tabs-no-animation>.ivu-tabs-content{
padding: 0 16px; padding: 0 16px;
} }
......
// 基于 @CONTROL/搜索表单/MODEL.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/MODEL/FORM.ts.ftl ../@MACRO/MODEL/FORM.ts.ftl
</#ibizinclude> </#ibizinclude>
\ No newline at end of file
// 基于 @CONTROL/搜索表单/SERVICE.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/SERVICE/FORM.ts.ftl ../@MACRO/SERVICE/FORM.ts.ftl
</#ibizinclude> </#ibizinclude>
\ No newline at end of file
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</div> </div>
</#if> </#if>
</template> </template>
// 基于 @CONTROL/数据关系分页部件/CONTROL-BASE.vue.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/CONTROL/CONTROL_HEADER-BASE.vue.ftl ../@MACRO/CONTROL/CONTROL_HEADER-BASE.vue.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/数据关系分页部件/CONTROL.less.ftl 生成
.app-dr-tab { .app-dr-tab {
.dr-tab-item { .dr-tab-item {
cursor: pointer; cursor: pointer;
......
// 基于 @CONTROL/数据关系分页部件/MODEL.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/MODEL/DEFAULT.ts.ftl ../@MACRO/MODEL/DEFAULT.ts.ftl
</#ibizinclude> </#ibizinclude>
\ No newline at end of file
// 基于 @CONTROL/数据关系分页部件/SERVICE.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/SERVICE/DEFAULT.ts.ftl ../@MACRO/SERVICE/DEFAULT.ts.ftl
</#ibizinclude> </#ibizinclude>
\ No newline at end of file
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
</div> </div>
</#if> </#if>
</template> </template>
// 基于 @CONTROL/数据关系栏/CONTROL-BASE.vue.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/CONTROL/CONTROL_HEADER-BASE.vue.ftl ../@MACRO/CONTROL/CONTROL_HEADER-BASE.vue.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/数据关系栏/CONTROL.less.ftl 生成
.app-dr-bar { .app-dr-bar {
height: 100%; height: 100%;
width: 100%; width: 100%;
......
// 基于 @CONTROL/数据关系栏/MODEL.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/MODEL/DEFAULT.ts.ftl ../@MACRO/MODEL/DEFAULT.ts.ftl
</#ibizinclude> </#ibizinclude>
\ No newline at end of file
// 基于 @CONTROL/数据关系栏/SERVICE.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/SERVICE/DEFAULT.ts.ftl ../@MACRO/SERVICE/DEFAULT.ts.ftl
</#ibizinclude> </#ibizinclude>
\ No newline at end of file
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
</div> </div>
</#if> </#if>
</template> </template>
// 基于 @CONTROL/数据图表 (新)/CONTROL-BASE.vue.ftl 生成
<#assign import_block> <#assign import_block>
import echarts from 'echarts'; import echarts from 'echarts';
import moment from "moment"; import moment from "moment";
......
// 基于 @CONTROL/数据图表 (新)/CONTROL.less.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/CSS/DEFAULT.less.ftl ../@MACRO/CSS/DEFAULT.less.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/数据图表 (新)/MODEL.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/MODEL/MODEL_HEADER.ts.ftl ../@MACRO/MODEL/MODEL_HEADER.ts.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/数据图表 (新)/SERVICE.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/SERVICE/SERVICE_HEADER.ts.ftl ../@MACRO/SERVICE/SERVICE_HEADER.ts.ftl
</#ibizinclude> </#ibizinclude>
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
</div> </div>
</#if> </#if>
</template> </template>
// 基于 @CONTROL/数据图表/CONTROL-BASE.vue.ftl 生成
<#assign import_block> <#assign import_block>
import echarts from 'echarts'; import echarts from 'echarts';
import moment from "moment"; import moment from "moment";
......
// 基于 @CONTROL/数据图表/CONTROL.less.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/CSS/DEFAULT.less.ftl ../@MACRO/CSS/DEFAULT.less.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/数据图表/MODEL.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/MODEL/MODEL_HEADER.ts.ftl ../@MACRO/MODEL/MODEL_HEADER.ts.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/数据图表/SERVICE.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/SERVICE/SERVICE_HEADER.ts.ftl ../@MACRO/SERVICE/SERVICE_HEADER.ts.ftl
</#ibizinclude> </#ibizinclude>
......
...@@ -104,6 +104,7 @@ ...@@ -104,6 +104,7 @@
</div> </div>
</#if> </#if>
</template> </template>
// 基于 @CONTROL/数据看板/CONTROL-BASE.vue.ftl 生成
<#assign import_block> <#assign import_block>
import UtilService from '@/utilservice/util-service'; import UtilService from '@/utilservice/util-service';
</#assign> </#assign>
......
// 基于 @CONTROL/数据看板/CONTROL.less.ftl 生成
.dashboard { .dashboard {
flex-grow: 1; flex-grow: 1;
height: 100%; height: 100%;
......
// 基于 @CONTROL/数据看板/MODEL.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/MODEL/DEFAULT.ts.ftl ../@MACRO/MODEL/DEFAULT.ts.ftl
</#ibizinclude> </#ibizinclude>
\ No newline at end of file
// 基于 @CONTROL/数据看板/SERVICE.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/SERVICE/DEFAULT.ts.ftl ../@MACRO/SERVICE/DEFAULT.ts.ftl
</#ibizinclude> </#ibizinclude>
\ No newline at end of file
...@@ -134,6 +134,7 @@ ...@@ -134,6 +134,7 @@
</div> </div>
</#if> </#if>
</template> </template>
// 基于 @CONTROL/数据视图/CONTROL-BASE.vue.ftl 生成
<#assign import_block> <#assign import_block>
import CodeListService from "@/codelist/codelist-service"; import CodeListService from "@/codelist/codelist-service";
</#assign> </#assign>
......
// 基于 @CONTROL/数据视图/CONTROL.less.ftl 生成
<#assign hasSortBar = false /> <#assign hasSortBar = false />
<#if ctrl.getPSDEDataViewDataItems?? && ctrl.getPSDEDataViewDataItems()??> <#if ctrl.getPSDEDataViewDataItems?? && ctrl.getPSDEDataViewDataItems()??>
<#list ctrl.getPSDEDataViewDataItems() as dataItem> <#list ctrl.getPSDEDataViewDataItems() as dataItem>
......
// 基于 @CONTROL/数据视图/MODEL.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/MODEL/MODEL_HEADER.ts.ftl ../@MACRO/MODEL/MODEL_HEADER.ts.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/数据视图/SERVICE.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/SERVICE/SERVICE_HEADER.ts.ftl ../@MACRO/SERVICE/SERVICE_HEADER.ts.ftl
</#ibizinclude> </#ibizinclude>
/** /**
* 查询数据 * 查询数据
* *
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
</div> </div>
</#if> </#if>
</template> </template>
// 基于 @CONTROL/日历导航/CONTROL-BASE.vue.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/CONTROL/CONTROL_HEADER-BASE.vue.ftl ../@MACRO/CONTROL/CONTROL_HEADER-BASE.vue.ftl
......
// 基于 @CONTROL/日历导航/CONTROL.less.ftl 生成
.app-calendar-exp-bar { .app-calendar-exp-bar {
height: 100%; height: 100%;
display: flex; display: flex;
......
// 基于 @CONTROL/日历导航/MODEL.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/MODEL/MODEL_HEADER.ts.ftl ../@MACRO/MODEL/MODEL_HEADER.ts.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/日历导航/SERVICE.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/SERVICE/SERVICE_HEADER.ts.ftl ../@MACRO/SERVICE/SERVICE_HEADER.ts.ftl
</#ibizinclude> </#ibizinclude>
......
...@@ -106,6 +106,7 @@ ${ctrl.render.code} ...@@ -106,6 +106,7 @@ ${ctrl.render.code}
</div> </div>
</#if> </#if>
</template> </template>
// 基于 @CONTROL/日历部件/CONTROL-BASE.vue.ftl 生成
<#assign import_block> <#assign import_block>
import FullCalendar from '@fullcalendar/vue' import FullCalendar from '@fullcalendar/vue'
import dayGridPlugin from '@fullcalendar/daygrid' import dayGridPlugin from '@fullcalendar/daygrid'
......
// 基于 @CONTROL/日历部件/CONTROL.less.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/CSS/DEFAULT.less.ftl ../@MACRO/CSS/DEFAULT.less.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/日历部件/MODEL.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/MODEL/MODEL_HEADER.ts.ftl ../@MACRO/MODEL/MODEL_HEADER.ts.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/日历部件/SERVICE.ts.ftl 生成
<#assign import_block> <#assign import_block>
<#if ctrl.getPSSysCalendarItems()??> <#if ctrl.getPSSysCalendarItems()??>
<#list ctrl.getPSSysCalendarItems() as calendarItem> <#list ctrl.getPSSysCalendarItems() as calendarItem>
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
</el-table> </el-table>
</#if> </#if>
</template> </template>
// 基于 @CONTROL/树表格(增强)/CONTROL-BASE.vue.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/CONTROL/CONTROL_HEADER-BASE.vue.ftl ../@MACRO/CONTROL/CONTROL_HEADER-BASE.vue.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/树表格(增强)/CONTROL.less.ftl 生成
.gantt { .gantt {
height: 100%; height: 100%;
.gantt-elastic__main-view-container { .gantt-elastic__main-view-container {
......
// 基于 @CONTROL/树表格(增强)/MODEL.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/MODEL/MODEL_HEADER.ts.ftl ../@MACRO/MODEL/MODEL_HEADER.ts.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/树表格(增强)/SERVICE.ts.ftl 生成
<#assign import_block> <#assign import_block>
import CodeListService from "@/codelist/codelist-service"; import CodeListService from "@/codelist/codelist-service";
import i18n from '@/locale'; import i18n from '@/locale';
......
...@@ -55,6 +55,7 @@ ...@@ -55,6 +55,7 @@
</div> </div>
</#if> </#if>
</template> </template>
// 基于 @CONTROL/树视图/CONTROL-BASE.vue.ftl 生成
<#assign import_block> <#assign import_block>
import { Environment } from '@/environments/environment'; import { Environment } from '@/environments/environment';
import UIService from '@/uiservice/ui-service'; import UIService from '@/uiservice/ui-service';
......
// 基于 @CONTROL/树视图/CONTROL.less.ftl 生成
.tree-right-menu { .tree-right-menu {
.ivu-divider-horizontal { .ivu-divider-horizontal {
width: 100%; width: 100%;
......
// 基于 @CONTROL/树视图/MODEL.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/MODEL/DEFAULT.ts.ftl ../@MACRO/MODEL/DEFAULT.ts.ftl
</#ibizinclude> </#ibizinclude>
\ No newline at end of file
// 基于 @CONTROL/树视图/SERVICE.ts.ftl 生成
<#assign import_block> <#assign import_block>
import CodeListService from "@/codelist/codelist-service"; import CodeListService from "@/codelist/codelist-service";
import i18n from '@/locale'; import i18n from '@/locale';
......
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
</div> </div>
</#if> </#if>
</template> </template>
// 基于 @CONTROL/树视图导航栏/CONTROL-BASE.vue.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/CONTROL/CONTROL_HEADER-BASE.vue.ftl ../@MACRO/CONTROL/CONTROL_HEADER-BASE.vue.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/树视图导航栏/CONTROL.less.ftl 生成
.app-tree-exp-bar { .app-tree-exp-bar {
height: 100%; height: 100%;
display: flex; display: flex;
......
// 基于 @CONTROL/树视图导航栏/MODEL.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/MODEL/DEFAULT.ts.ftl ../@MACRO/MODEL/DEFAULT.ts.ftl
</#ibizinclude> </#ibizinclude>
\ No newline at end of file
// 基于 @CONTROL/树视图导航栏/SERVICE.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/SERVICE/DEFAULT.ts.ftl ../@MACRO/SERVICE/DEFAULT.ts.ftl
</#ibizinclude> </#ibizinclude>
\ No newline at end of file
...@@ -50,6 +50,7 @@ ...@@ -50,6 +50,7 @@
</split> </split>
</#if> </#if>
</template> </template>
// 基于 @CONTROL/流程导航栏/CONTROL-BASE.vue.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/CONTROL/CONTROL_HEADER-BASE.vue.ftl ../@MACRO/CONTROL/CONTROL_HEADER-BASE.vue.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/流程导航栏/CONTROL.less.ftl 生成
.app-workflow-exp-bar { .app-workflow-exp-bar {
> .ivu-split-horizontal { > .ivu-split-horizontal {
> .ivu-split-trigger-con { > .ivu-split-trigger-con {
......
// 基于 @CONTROL/流程导航栏/MODEL.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/MODEL/DEFAULT.ts.ftl ../@MACRO/MODEL/DEFAULT.ts.ftl
</#ibizinclude> </#ibizinclude>
\ No newline at end of file
// 基于 @CONTROL/流程导航栏/SERVICE.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/SERVICE/DEFAULT.ts.ftl ../@MACRO/SERVICE/DEFAULT.ts.ftl
</#ibizinclude> </#ibizinclude>
\ No newline at end of file
...@@ -96,6 +96,7 @@ ...@@ -96,6 +96,7 @@
</layout> </layout>
</#if> </#if>
</template> </template>
// 基于 @CONTROL/状态向导面板/CONTROL-BASE.vue.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/CONTROL/CONTROL_HEADER-BASE.vue.ftl ../@MACRO/CONTROL/CONTROL_HEADER-BASE.vue.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/状态向导面板/CONTROL.less.ftl 生成
.app-state-wizard { .app-state-wizard {
background: #fff; background: #fff;
.view-steps{ .view-steps{
......
// 基于 @CONTROL/状态向导面板/MODEL.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/MODEL/MODEL_HEADER.ts.ftl ../@MACRO/MODEL/MODEL_HEADER.ts.ftl
</#ibizinclude> </#ibizinclude>
......
// 基于 @CONTROL/状态向导面板/SERVICE.ts.ftl 生成
<#ibizinclude> <#ibizinclude>
../@MACRO/SERVICE/SERVICE_HEADER.ts.ftl ../@MACRO/SERVICE/SERVICE_HEADER.ts.ftl
</#ibizinclude> </#ibizinclude>
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
</div> </div>
</#if> </#if>
</template> </template>
// 基于 @CONTROL/甘特图部件/CONTROL-BASE.vue.ftl 生成
<#assign import_block> <#assign import_block>
import GanttElastic from "ibiz-gantt-elastic/src/GanttElastic.vue"; import GanttElastic from "ibiz-gantt-elastic/src/GanttElastic.vue";
</#assign> </#assign>
......
// 基于 @CONTROL/甘特图部件/CONTROL.less.ftl 生成
.app-gantt{ .app-gantt{
height: 100%; height: 100%;
.gantt { .gantt {
......
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册