Ext.define('erp.view.core.button.GoMpsDesk',{ extend: 'Ext.Button', alias: 'widget.erpGoMpsDeskButton', iconCls: 'x-button-icon-submit', cls: 'x-btn-gray', id:'gompsdesk', text:'工作台', style: { marginLeft: '10px' }, width: 80, initComponent : function(){ this.callParent(arguments); } });