提交 6f14e859 编写于 作者: tony001's avatar tony001

update:更新

上级 bdc73ab1
......@@ -199,6 +199,22 @@ export class PanelDetailModel {
*/
public predefinedType: string = '';
/**
* 下标
*
* @type {number}
* @memberof PanelDetailModel
*/
public index: number = 0;
/**
* 父项名称
*
* @type {string | undefined}
* @memberof PanelDetailModel
*/
public parentName: string | undefined = undefined;
/**
* Creates an instance of PanelDetailModel.
* PanelDetailModel 实例
......@@ -231,6 +247,8 @@ export class PanelDetailModel {
this.predefinedType = opts.predefinedType;
this.itemStyle = opts.itemStyle;
this.sysImage = opts.sysImage;
this.index = opts.index ? opts.index : 0;
this.parentName = opts.parentName;
}
/**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册