Ext.define('uas.view.grid.summary.Panel', { extend: 'Ext.tab.Panel', xtype: 'grid-summary-panel', items: [{ title: '滚动', xtype: 'summary1', }, { title: '固定', html: 'nothing...' }] });