提交 0d2bafb9 编写于 作者: 蔡祥熠

Merge branch 'fix/datatable_style' into 'wrdp'

Merge of fix/datatable_style 修复数据表格通用样式优先于单元格样式的问题 to wrdp

See merge request o2oa/o2oa!5219
......@@ -1295,11 +1295,21 @@ MWF.xApplication.process.Xform.DatatablePC = new Class(
});
MWF.xApplication.process.Xform.DatatablePC$Title = new Class({
Extends: MWF.APP$Module
Extends: MWF.APP$Module,
_loadUserInterface: function(){
if(this.json.recoveryStyles){
this.node.setStyles(this.json.recoveryStyles);
}
}
});
MWF.xApplication.process.Xform.DatatablePC$Data = new Class({
Extends: MWF.APP$Module
Extends: MWF.APP$Module,
_loadUserInterface: function(){
if(this.json.recoveryStyles){
this.node.setStyles(this.json.recoveryStyles);
}
}
});
MWF.xApplication.process.Xform.DatatablePC.Line = new Class({
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册