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

补充表单按钮model

上级 23ab75b9
......@@ -11,6 +11,8 @@ export class FormButtonModel extends FormDetailModel {
constructor(opts: any = {}) {
super(opts);
this.disabled = opts.disabled;
this.uiaction = opts.uiaction;
}
/**
......@@ -21,4 +23,12 @@ export class FormButtonModel extends FormDetailModel {
*/
public disabled:boolean = false;
/**
* 按钮对应的界面行为
*
* @type {*}
* @memberof FormButtonModel
*/
public uiaction:any;
}
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册