|
@@ -239,7 +239,7 @@ Ext.define('saas.view.core.report.ReportPanel', {
|
|
|
columns = me.reportColumns;
|
|
columns = me.reportColumns;
|
|
|
|
|
|
|
|
Ext.Array.each(columns, function(c) {
|
|
Ext.Array.each(columns, function(c) {
|
|
|
- Ext.applyIf(c, {
|
|
|
|
|
|
|
+ c.columns || Ext.applyIf(c, {
|
|
|
width: 120
|
|
width: 120
|
|
|
});
|
|
});
|
|
|
|
|
|