|
@ -41,18 +41,19 @@
|
|
selectRowButtonOnly:true,
|
|
selectRowButtonOnly:true,
|
|
delayLoad:true,//初始化不加载
|
|
delayLoad:true,//初始化不加载
|
|
columns: [
|
|
columns: [
|
|
{display:'采集开始时间',name:'jobStartTime', width: '12%'},
|
|
|
|
{display:'采集结束时间',name:'jobEndTime', width: '12%'},
|
|
|
|
{display:'采集数据集数',name:'jobDatasetCount', width: '12%'},
|
|
|
|
{display:'成功数据集数',name:'jobDatasetSuccess', width: '12%'},
|
|
|
|
{display:'数据总数',name:'count', width: '12%'},
|
|
|
|
{display:'成功数据',name:'success', width: '12%'},
|
|
|
|
{display:'补采数据',name:'repeatNum', width: '12%'},
|
|
|
|
|
|
{display:'采集开始时间',name:'jobStartTime', width: '10%'},
|
|
|
|
{display:'采集结束时间',name:'jobEndTime', width: '10%'},
|
|
|
|
{display:'采集数据集数',name:'jobDatasetCount', width: '10%'},
|
|
|
|
{display:'成功数据集数',name:'jobDatasetSuccess', width: '10%'},
|
|
|
|
{display:'数据总数',name:'count', width: '10%'},
|
|
|
|
{display:'成功数据',name:'success', width: '10%'},
|
|
|
|
{display:'补采数据',name:'repeatNum', width: '10%'},
|
|
{
|
|
{
|
|
display:'操作',name:'id',width: '16%',render:function(row){
|
|
|
|
|
|
display:'操作',name:'id',width: '12%',render:function(row){
|
|
return '<a href="javascript:void(0)" onclick="javascript:trackJob.repeat()">补采</a>';
|
|
return '<a href="javascript:void(0)" onclick="javascript:trackJob.repeat()">补采</a>';
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
},
|
|
|
|
{display:'信息',name:'jobContent', width: '18%'}
|
|
],
|
|
],
|
|
onSuccess:function(data)
|
|
onSuccess:function(data)
|
|
{
|
|
{
|