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