Index: ssts-web/src/main/webapp/disinfectsystem/basedatamanager/tousse/tousseUploadImageManager.js =================================================================== diff -u -r27773 -r27796 --- ssts-web/src/main/webapp/disinfectsystem/basedatamanager/tousse/tousseUploadImageManager.js (.../tousseUploadImageManager.js) (revision 27773) +++ ssts-web/src/main/webapp/disinfectsystem/basedatamanager/tousse/tousseUploadImageManager.js (.../tousseUploadImageManager.js) (revision 27796) @@ -13,15 +13,15 @@ function moveUpDown(v, p, record){ var html = ''; - html += '向上移动     '; + html += '向上移动'; html += ''; html += '向下移动'; return html; } function deleteOrDownLoad(v, p, record){ var html = ''; - html += '删除     '; + html += '删除'; html += ''; html += '下载'; return html; @@ -131,27 +131,27 @@ id:'imageName', menuDisabled: true, header : "图片名称", - width:200, + width:330, dataIndex : 'imageName' },{ id:'moveUpDown', menuDisabled: true, header:'排序操作', - width:100, + width:60, renderer: moveUpDown, dataIndex:'button' },{ id:'deleteAction', menuDisabled: true, - header:'删除 | 下载', - width:100, + header:'删除 | 下载', + width:60, renderer: deleteOrDownLoad, dataIndex:'button' },{ id:'imageLook', menuDisabled: true, header:'图片预览', - width:100, + width:60, renderer: function(v, p, record){ var html = ''; html += '图片预览';