Index: ssts-web/src/main/webapp/log/loggrid.js =================================================================== diff -u -r27665 -r28762 --- ssts-web/src/main/webapp/log/loggrid.js (.../loggrid.js) (revision 27665) +++ ssts-web/src/main/webapp/log/loggrid.js (.../loggrid.js) (revision 28762) @@ -225,7 +225,7 @@ iconCls: 'icon_set', handler: resetSearchCondition }; - var tbar,tbar1_array,tbar2_array; + var tbar,tbar1_array; if(window.screen.width >= 1024 && window.screen.width < 1280){ tbar= [ deleteAllPart, @@ -248,7 +248,6 @@ queryButton, resetButton ]; - tbar2_array = ["租用编号:",'-','租户:','-']; }else if(window.screen.width >= 1280 && window.screen.width <= 1440){ tbar= [ deleteAllPart, @@ -271,7 +270,6 @@ queryButton, resetButton ]; - tbar2_array = ["租用编号:",'-','租户:','-']; }else { tbar= [ deleteAllPart, @@ -293,7 +291,6 @@ resetButton ]; tbar1_array = []; - tbar2_array = ["租用编号:",'-','租户:','-']; } var dwrCallParams = null; @@ -313,10 +310,6 @@ }); tbar.render(this.tbar); } - var tbar2=new Ext.Toolbar({ - items:tbar2_array - }); - tbar2.render(this.tbar); } },pageSize:30,id : 'logGrid', defaultSortField:'id',defaultSortDirection:'DESC',