extjs让按钮可用或者不可用时间:2022-07-15 19:44:53Ext.getCmp(‘按钮ID’).enable();//设置为可用Ext.getCmp(‘按钮ID’).disable();//设置为不可用