|
|
@@ -87,7 +87,7 @@
|
|
|
{ field: 'status', title: '状态', width: 100, templet: '#statusTpl' },
|
|
|
{ field: 'duration', title: '耗时(ms)', width: 100 },
|
|
|
{ field: 'operTime', title: '操作时间', width: 150, templet: function(d) { return Common.formatDate(d.operTime); } },
|
|
|
- { fixed: 'right', title: '操作', width: 200, align: 'center', toolbar: '#toolbar' }
|
|
|
+ { fixed: 'right', title: '操作', width: 100, align: 'center', toolbar: '#toolbar' }
|
|
|
]]
|
|
|
});
|
|
|
|