瀏覽代碼

reportpanel

zhuth 7 年之前
父節點
當前提交
df9b18d94f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/saas-web/app/view/core/report/ReportPanel.js

+ 1 - 1
frontend/saas-web/app/view/core/report/ReportPanel.js

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