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