Browse Source

字段宽度调整

guq 7 years ago
parent
commit
c9c75f9658
1 changed files with 2 additions and 3 deletions
  1. 2 3
      frontend/saas-web/app/view/sale/saleOut/QueryPanel.js

+ 2 - 3
frontend/saas-web/app/view/sale/saleOut/QueryPanel.js

@@ -107,11 +107,10 @@ Ext.define('saas.view.sale.saleout.QueryPanel', {
             xtype:'numbercolumn',
             width: 120
         },{
-            text: '未税金额',
+            text: '未税金额',
             dataIndex: 'pi_nettotal',
             xtype:'numbercolumn',
-            width: 120,
-            flex: 1
+            width: 120
         }],
         relativeColumn: [{
             text: 'id',