提交 7f51a28a 编写于 作者: JunZai's avatar JunZai

update

上级 b98548ac
......@@ -136,15 +136,6 @@ GanttElastic,
*/
public tasks: any[] = [];
/**
* 日历样式类型
*
* @public
* @type {string}
* @memberof ${srfclassname('${ctrl.codeName}')}
*/
public ganttType: string = "${ctrl.getGanttStyle()}";
/**
* 监听语言变化
*
......
......@@ -60,6 +60,7 @@
<#-- 甘特项实体映射 -->
<#if ctrl.getPSDETreeNodes()??>
<#list ctrl.getPSDETreeNodes() as ganttItem>
===
<#if ganttItem.getTreeNodeType() == "DE">
case "${ganttItem.getNodeType()}":
dataItems = [...dataItems,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册