提交 a63c61bb 编写于 作者: NoSubject's avatar NoSubject

Merge branch 'fix/elementUi' into 'develop'

ELButton图标显示问题

See merge request o2oa/o2oa!261
......@@ -40,6 +40,7 @@ MWF.xApplication.process.Xform.Elbutton = MWF.APPElbutton = new Class(
if (!this.json.circle) this.json.circle = false;
if (!this.json.disabled) this.json.disabled = false;
if (!this.json.loading) this.json.loading = false;
if (!this.json.icon) this.json.icon = false;
},
_createElementHtml: function(){
debugger;
......@@ -51,6 +52,7 @@ MWF.xApplication.process.Xform.Elbutton = MWF.APPElbutton = new Class(
html += " :circle=\"circle\"";
html += " :disabled=\"disabled\"";
html += " :loading=\"loading\"";
html += " :icon=\"icon\"";
if (this.json.autofocus==="yes") html += " autofocus";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册