Ext.define('uas.view.grid.dataList.SearchPlanWindow', { extend: 'Ext.window.Window', alias: 'widget.searchPlanWindow', xtype: 'searchPlanWindow', cls: 'x-window-searchPlanWindow', title: '筛选方案', scrollable: true, bodyPadding: 4, constrain: true, modal: true, closable: true, layout: 'border', closeAction: 'hide', items:[{ region:'west', xtype:'searchPlanTree' },{ plain: true, xtype:'tabpanel', region:'center', tabBar: { layout: { pack: 'center' } }, items:[{ title:'条件设置' },{ title:'排序设置' },{ title:'列设置' }] }] });