Browse Source

grid数字型导出格式调整

zhouy 7 years ago
parent
commit
45a7b05d09
1 changed files with 6 additions and 0 deletions
  1. 6 0
      frontend/saas-web/app/view/core/report/ReportPanel.js

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

@@ -335,6 +335,12 @@ Ext.define('saas.view.core.report.ReportPanel', {
                         var format = '0.' + xr.join();
                         return Ext.util.Format.number(v, format);
                     },
+                    exportStyle:{
+                        format: 'Total',
+                        alignment: {
+                            horizontal: 'Right'
+                        }
+                    }
                 });
             }