Ext.define('saas.view.document.other.StoreInformation', { extend: 'saas.view.document.kind.Kind', xtype: 'other-storeinformation', autoScroll: true, layout:'fit', defaultType:'storeinformation', tbar: ['->',{ xtype:'button', text:'新增', listeners: { click: 'onAdd' } },{ xtype:'button', text:'刷新', listeners: { click: 'onRefresh' } }] })