Selaa lähdekoodia

从表column去除flex

zhuth 7 vuotta sitten
vanhempi
commit
1ca2f47e74
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      frontend/saas-web/app/view/purchase/purchaseOut/FormPanel.js

+ 0 - 1
frontend/saas-web/app/view/purchase/purchaseOut/FormPanel.js

@@ -274,7 +274,6 @@ Ext.define('saas.view.purchase.purchaseOut.FormPanel', {
                 text : "采购序号", 
                 dataIndex : "pd_orderdetno", 
                 xtype : "numbercolumn",
-                flex:1,
                 format: '0000',
                 renderer: function(v) {
                     return v ? v : null;