Audit.js 230 B

123456789101112
  1. Ext.define('erp.view.oa.doc.Audit',{
  2. extend: 'Ext.Button',
  3. alias: 'widget.erpAuditButton',
  4. cls:'x-btn-audit',
  5. style: {
  6. marginLeft: '10px'
  7. },
  8. text:null,
  9. initComponent : function(){
  10. this.callParent(arguments);
  11. }
  12. });