/** * 还款 */ Ext.define('erp.view.core.button.Repayment',{ extend: 'Ext.Button', alias: 'widget.erpRepaymentButton', iconCls: 'x-button-icon-add', cls: 'x-btn-gray', text: $I18N.common.button.erpRepaymentButton, style: { marginLeft: '10px' }, width: 60, initComponent : function(){ this.callParent(arguments); } });