Index: ssts-web/src/main/webapp/dx-disinfectsystem/js/washingApplication/slickWash.js =================================================================== diff -u -r24940 -r24941 --- ssts-web/src/main/webapp/dx-disinfectsystem/js/washingApplication/slickWash.js (.../slickWash.js) (revision 24940) +++ ssts-web/src/main/webapp/dx-disinfectsystem/js/washingApplication/slickWash.js (.../slickWash.js) (revision 24941) @@ -89,14 +89,14 @@ id: 'handle', minWidth: 100, formatter: function(value, row, index, columnDef, dataContext){ - var alink = '"; + alink += "详情"+dataContext.handle+" "; return alink; } }, @@ -160,7 +160,7 @@ id : 'handle', formatter: function(value,row,index,columnDef,dataContext){ if(dataContext.indent==0){ - return ""; + return "删除"; } else{ return ""; @@ -203,6 +203,7 @@ enableColumnReorder: false, forceFitColumns: true, editable: true, + rowHeight:35, enableAddRow: false, asyncEditorLoading: true, topPanelHeight: 25,